New Landing How can we help? Themeforest Theme Support Neighborhood super search background color and font

Viewing 4 posts - 1 through 4 (of 4 total)
  • #71946
    mingda
    Member
    Post count: 18

    Hi,
    I can not to find where to choice the background-color for super search, and the click menu text font-size on top for super search,

    my site is http://ladys.tw

    #71984
    KARAKO82
    Member
    Post count: 6

    Hello,
    I am also having the same issue, I can change the background color from style.css but I cannot change the font color and the color line under the words. any help for that ? thanks in advance

    #72442
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Custom CSS => Here put this code and update options

    /*FOR BACK GROUND COLOR*/
    #super-search{background:#fff}
    
    /*FOR WHITE TEXT */
    div#super-search  div.search-options span{color:#ff0000}
    
    /*FOR GREEN TEXT */
    div#super-search div.search-options div.ss-dropdown span{color:#ff0000; border-bottom-color:#ff0000}
    

    Thanks 🙂
    With Best Regards
    Swift Ideas

    #72445
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi,

    super search background, border color and font color via custom css

    #super-search {
    background: #252525!important;
    border-bottom: 1px solid #333!important;
    color: #fff!important;
    }

    Super search go and close color

    #super-search-go, #super-search-close {
    color: white!important;
    }

    The right text’s font size

    .header-2 .header-right > nav li {
    font-size: 20px!important;
    }
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 one of the following items
Login and Registration Log in · Register