Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • marketingman
    Participant

    I have made all the changes now. It’s a new color and design variation on your Theme.

    http://dougscountry.com/blog

    The breadcrumb code was the last piece.

    marketingman
    Participant

    How about you folks quit holding people hostage for color changes.

    $50 to be able to change colors.
    Not in my lifetime.

    marketingman
    Participant

    Ok, it almost 100% the way I want it

    I have created with your help, Adventurous Modified Blue.
    http://www.dougscountry.com/blog

    Want the finished CSS to integrate and create the next new Adventurous variation?

    I can always use donations into my Paypal Account.

    marketingman
    Participant

    So close…..
    I did the radius, the left side is looking perfect, the right side a little flat.
    I dried adjusting image with, padding and a bunch of other settings, I just can’t
    get what I want on both sides. Suggestions?

    Also changed the background color from that lite grey to white. Now the image looks transparent.

    One stupid little thing left.
    Above the picture is a thin line.
    I looked at all the top and bottom border commands, nothing fits.
    Is it a Box-shadow?

    http://www.dougscountry.com/blog

    marketingman
    Participant

    Mahesh,

    I made some minor changes to the code you suggested and got exactly what I was looking for.

    That takes care of the posting borders and gaps.
    Now for the radius curve on the header photo.

    Thanks!

    Doug

    in reply to: Older Posts Link #104009
    marketingman
    Participant

    Pratik,

    Yeah, I kind of looked at this yesterday some. Here’s what I came up with.

    1. Making a custom Menu of older Post Pages.
    2. Trying a couple of the Older Post Widgets I found.
    3. Going back to Exerpts and Keep Reading buttons, which I don’t really want to do.
    4. Use a widget that dies not limit the Titles to 15 on recent posts.
    Basically making the sidebar a Titles bar and moving the other widgets back to the footer.

    Themes are wonderful as far as they go, but WordPress went off the rails when it tried
    to be a half assed CMS.

    I looked into making my own child theme and that is far too complicated too for the things I want to change. I will change Themes again before I will rewrite this one.

    in reply to: Adventurous Free Theme: Change sidebar content area colour #103983
    marketingman
    Participant

    It can be done you just have to dig.

    Do you want the background color of the sidebar to change or the color of the Widget content.

    Add any or all of these to your custom CSS and play. I think it will covere what you want to do.

    #secondary .widget {
    background-color: #fff;
    }
    .widget-title {
    color: #222;
    }
    .widget-area .widget a {
    color: #757575;
    }
    .widget-area .widget .widget-title a {
    color: #222;
    }
    .widget-area .widget a:hover {
    color: #7c9b30;
    }

Viewing 7 posts - 1 through 7 (of 7 total)