How to have a different color on the widgetized footer

  • jonas klein

    #4698

    Hello everybody I wrote this post that I would leave that area widgetized footer of my blog with a different color than the rest of the blog the more I’m not able to do it for that reason I’m using this wonderful forum for support,

    Well to help people who are helping me to resolve this issue I’ll leave this link http://fthemes.com/demo/Fonta/ a blog where he shows, that apart widgetized footer appears the way I want it to appear in my blog.

    Now I even know that I have written a topic where I talk more on this subject as they do five days I wrote this topic and so far nobody has given me an answer I took the liberty of posting a new topic.

    Now I’m thanking you for all the tips and information that I come to receive, I wish good health and success to all.

    Anonymous

    #28927

    Try these custom CSS,

    #sidebar_bottom {
    background: #F2F3EB !important;
    }

    #sidebar_bottom .sidebar-wrap h3 {
    background: #F2F3EB;
    color: #414445;
    }

    #sidebar_bottom .sidebar-wrap {
    background: #F2F3EB;
    box-shadow: none;
    }

    #sidebar_bottom .sidebar-wrap a {
    color: #61634F;
    }

    This will probably give you,

    zsG0X.png

    Play with it..

    jonas klein

    #28928

    Hello presanna much for answering my question so quickly I’m so glad you helped me solve this problem.

    health and much success to you.

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

  • You must be logged in to reply to this topic.