Support » Theme: Virtue » Pin button

  • helloymke

    (@helloymke)


    Hello,
    Is there a way to control the Pin button that I see since the update? It’s visible on my header image. It would be nice if I could control it with every image or simply delete it.
    Is there a way to change the color of the word ‘Search’ in the Search bar? I can not select it, so I cannot see the original css…
    And my last question is how to change the hover background color in the mobile menu: when I hover over the menu items, there is a very light peachy color for an extremely short time, this also appeared after the update.
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter helloymke

    (@helloymke)

    By now I figured out the pin button has nothing to do with the theme 🙂
    I hope you can answer my other questions!

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    you can change the search placeholder text with this css:

    #topbar-search ::-webkit-input-placeholder {
       color: white;
    }
     #topbar-search :-moz-placeholder { /* Firefox 18- */
       color: white
    }
    #topbar-search ::-moz-placeholder {  /* Firefox 19+ */
       color: white;
    }
    #topbar-search :-ms-input-placeholder {
       color: white;
    }

    As for the mobile menu can you post a link so I can take a look?

    Kadence Themes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pin button’ is closed to new replies.