Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #4100
    AiD
    Participant

    Hi,

    http://www.bathroomdesign.pl

    How can I change background color for button SEARCH in sidebar? It’s 444444 now and I want it white or transparent.

    I changed the menu tab background and highlight color but I dont know how to delete shadow around the highlighted box when I changed color to #ffffff

    And the last one – how I change background color for footer?

    Thanks,

    D.

    #4142
    Sakin
    Keymaster

    @AiD:You can add the following css in “Custom SS” box in your Theme Options under Appearance Tab.

    /* Sidebar Search Widget Transparent */
    .widget_search .search-box, .widget_search .search-box input#s { background-color: transparent; }
    /* For Background Color of Footer */
    #colophon {
    background: none #fff;
    border-top: 6px solid #000;
    }

    But I don’t understand what you want to do with menu. Can you write in detail.

    #4158
    AiD
    Participant

    Hi,

    Sidebar Search Widget – When I add that command it changed the background color where I type something, but I want to change the SEARCH BUTTON background color on the right side.

    one more thing only – how can I change the height of footer ?

    I wont bother you about menu, its ok.

    Thanks,

    D.

     

     

    #4177
    Sakin
    Keymaster

    @AiD: Sorry for not being clear. For Search Button background color

    .widget_search .searchform button { background-color: #ccc; }

    You can increase the padding to increase the height of the footer by adding the following CSS in “Custom CSS” box in your Theme Options panel
    #colophon { padding: 40px 0; }

    #4214
    AiD
    Participant

    Hehe 😉

    It works but I forgot to ask how can I change the font color in search button ?

    Thanks,

    D.

    #4218
    Sakin
    Keymaster

    @AiD: For font color in Search Button
    .widget_search .searchform button { color: #ccc; }

    #4240
    AiD
    Participant

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change background color – menu, widget, footer.’ is closed to new replies.