Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68774
    Daniel Roemen
    Participant
    Premium Member

    Hello,

    the color of the Search Icon is black, with a black background, so it is difficult to see the icon.

    This problem is only on the first page, when you change on a post or other page the Search Icon turns to white…

    How is it possible to change the color of the Search Icon on the first page ?

    –> http://www.roemen.lu

    Thanks

    #68778
    vako
    Keymaster
    WP Royal Team

    Hi Daniel,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .main-nav-search {
    color: #fff !important;
    }
    .fa-times:before {
    display: none;
    }

     

    Kind Regards

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