Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5841
    paigeohliger
    Member

    Hello, I would like to change the grey in the twitter feed, bottom area, footer sidebar and bottom footer of the home page to the following, can you help?

    http://plantricious.com/

    Twitter background: #361f0bFooter Sidebar (left, middle and right) background : #

    45290e
    Testimonial Background: #5a2900
    Tradition Footer Background: #361f0b

    #5865
    Sakin
    Keymaster

    @paigeohliger: Add the following css.

    /* Twitter Feed background color */
    .twitterfeed { background-color: #361F0B; }

    /* Testimonial Background color */
    .widget .testimonial-text { background: none #5A2900; }

    /* For lower footer background color */
    #site-generator { background: none #361F0B; }

    #5887
    paigeohliger
    Member

    That worked for three, we still need to change:
    Footer Sidebar (left, middle and right) background : # 45290e

    http://plantricious.com/

    #5890
    Sakin
    Keymaster

    add this:
    #colophon #footer-main { background: none #45290e; }

    #5908
    paigeohliger
    Member

    thank you.

    #5938
    paigeohliger
    Member

    I am so close, with your help I was able to transform the footer area.

    Our site is: http://plantricious.com/

    Please advise how to changes items in the lower footer area of the page:Change Three Footer Widget Area: The title “Hello” needs to change from Grey to #fcf3cc so that it will match the other two titles.

    Rss Feed area in the middle: Title of the feed itself needs to change from Grey to #fcf3cc with the hover changing from light grey to #fff

    In the traditional footer area, the grey needs to change to #fcf3cc

    Thanks so much for all your help!!

    #5939
    paigeohliger
    Member

    Also in the same area, I need the little triangle under the /* testimonial widget */  to change as well. The dark grey needs to change to #361f0b and the light grey boarder need to change to #8d7859

     

    #6000
    Sakin
    Keymaster

    @paigeohliger: Just add the following CSS in “Custom CSS” box in Theme Options panel.

    #supplementary .widget-title { color: #fcf3cc; }
    #colophon a { color: #fcf3cc; }
    #colophon a:hover { color: #fff; }

    For the triangle you need to change the image testimonial-by.png in your theme.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change footer colors’ is closed to new replies.