Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #224429

    Hi,

    I just want to change the color and size of the search icon on the right in the main menu.
    I have tried a lot but unfortunately without a result. Can you please tell me how I can do that?

    Regards,
    Alex

    #224799

    Hey AdDesign!

    You can add this on Quick CSS or custom.css:

    #top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont {
    font-size: 25px;
    }

    Change the color using this:

    .header_color .main_menu ul:first-child > #menu-item-search > a {
    color: red;
    }

    Best regards,
    Ismael

    #224895

    Hi Ismael,

    Worked great, thanks!

    Best regards,
    Alex

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change the color and size of the search icon’ is closed to new replies.