New Landing How can we help? Themeforest Theme Support Flexform Nav Search Bar Color Change

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Flexform
  • #20341
    aaustin69
    Member
    Post count: 115

    Hello, I noticed that the nav search bar colors (the circle background and magnifying glass) take on whatever colors are set in the top bar background and top bar font. Specifically, the top bar background color = search bar background color, and the top bar font color = magnifying glass color.

    Is there a way to change this so that I can define different colors for the nav search bar?

    Thanks,

    Alan

    #20410
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You can change them using the Custom CSS in theme Options.

    For magnifying glass color, try this

    #nav-search i{
    color: red;
    }
    

    For search box background, try this

    #nav-search, #mini-search{
    background-color: red !important;
    }
    

    Let me know, what you got.

    Thanks,
    laranz.

    #20417
    aaustin69
    Member
    Post count: 115

    That worked perfect, thanks. One other question – is there a way to control the color of the text that is typed into the search box?

    Alan

    #20553
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Yes!

    Try this.

    #nav-search input{
    color: green;
    }
    

    Let me know, what you got.

    Thanks,
    laranz.

    #21102
    aaustin69
    Member
    Post count: 115

    That worked, thanks again!

    #21209
    Melanie – SUPPORT
    Member
    Post count: 11032

    Fantastic!

Viewing 6 posts - 1 through 6 (of 6 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