New Landing How can we help? Themeforest Theme Support Flexform Change the background and text color of the Nav Search field

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Flexform
  • #137065
    Bitedge
    Member
    Post count: 345

    I mean if you have

    Enable Nav Search
    Enable the search box next to the navigation.

    Enabled and the search field appears in the main menu.

    Thanks

    #137173
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach a marked screenshot to get your issue exactly.
    Thanks
    Mohammad

    #137186
    Bitedge
    Member
    Post count: 345

    here

    Attachments:
    You must be logged in to view attached files.
    #137197
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #nav-search, #mini-search {
        background: none repeat scroll 0 0 #ff0000 !important;
    }
    

    Hope that should work and let me know your feedback.

    Thanks
    Mohammad

    #137199
    Bitedge
    Member
    Post count: 345

    Thanks, That got me a red search field and black text. I worked out how to change the color of the search field how can I get white text?

    Cheers

    #137201
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

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

    Thanks
    Mohammad

    #137203
    Bitedge
    Member
    Post count: 345

    Still black I am afraid.

    #137242
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Try this code and it should work sure.

    #nav-search a, #mini-search a{
        color: #fff !important;
    }

    Thanks
    Mohammad

    #137243
    Bitedge
    Member
    Post count: 345

    Still black, do you not have a flexform site you can test it on to see if it works before you send it to me…

    #137245
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    This one is last code. It will work 100%.

    #nav-search input{
    color:#fff !important;
    }

    Thanks
    Mohammad

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.