black box for search icon

  • Posted in : Bloggy WP
  • julesei84
    Participant

    Is there a way to change the color of the black box for the search icon? How about the color of the icon itself? Also, is it possible to change the placing of the search bar? Right now it looks like this: http://www.julianaisaac.com.

    Thank you!

    ahmetsali
    Keymaster

    Hi, try to this custom css code;

    #header-search-link, #header-search-link:hover, #header-search-link.active {
        background-color: #ddd;
        color: #333;
    }
    

    if you want the sidebar on the left, you can check this post;

    http://www.pixelwars.org/forums/topic/left-sidebar/

    julesei84
    Participant

    Great! thank you :) it worked. But now there’s a white line under the search icon. How can I change it to the color of the rest on the line?

    ahmetsali
    Keymaster

    try adding this too;

    #header-search-link {
        padding-bottom: 15px;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register