Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1405514

    hey,

    how can I adjust the Search Icon in my Enfold Theme?

    I want it bigger and another color.

    Thank you

    #1405526

    Hey Anna_Tewes,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed

    
    #top #header #menu-item-search a {
      color: #a62c0a;
      font-size: 34px;
    }
    

    Best regards,
    Yigit

    #1405660

    Thank you, it works.

    Is it possible to get the word “search” behind the magnifying glass

    #1405675

    Hi,

    Please add the following code to the Quick CSS field as well

    
    #top #header #menu-item-search a::after {
      content: ' Search';
      font-size: 20px;
      position: relative;
      top: -5px;
    }
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.