New Landing How can we help? Themeforest Theme Support Neighborhood Changing color of the super search and "Go to Top"

Viewing 6 posts - 1 through 6 (of 6 total)
  • #102701
    pratoo
    Member
    Post count: 19

    Hello!

    I have two questions:
    1. Super Search: How do I change the color of these elements (see image)?
    2. How do I change the color of “Go to top” (not hover)?

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #102731
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us a link to your site? It’s difficult to see the attached image.

    -Rui

    #102745
    pratoo
    Member
    Post count: 19
    This reply has been marked as private.
    #102843
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add the code provided bellow to your custom css theme option.

    This one is for the border and the text color of super search. Just replace #FFF by your desired color code.

    
    #super-search-go {
    border: 1px solid #FFF!important;
    color:#FFF!important;
    }

    This one is for the border and the text color of close button. Just replace #FFF by your desired color code.

    
    #super-search-close{
    border: 1px solid #FFF!important;
    color:#FFF!important;
    }

    -Rui

    #103026
    pratoo
    Member
    Post count: 19

    Great! Thank you!

    #103038
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved. Thanks Rui 🙂 .
    With Best Regards
    Mohammad

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

You must be logged in to reply to this topic.