• Have a look at techtip.in ,i need to change the color when hovering from yellow to grey,kindly assist me ,i can use css

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Please add the below given CSS to
    Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Options

    .search-form .search-submit:hover {
        background-color: #808080;
    }
    .nav-links a:hover, a.cta-button-primary:hover{
        background-color: #808080;
        color: #ffffff;
    }

    We have changed the search and navigation hover colors.
    Please let us know (if any), where you would want to change the colors.

    If you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.
    https://themepalace.com/forum/education-hub/

    Best regards.
    Have a good week ahead.

    Thread Starter admin189

    (@admin189)

    That worked well ,thanks for your support ,can you please help me in changing the yellow colour which is below the top menu and in the home button

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change hover color from yellow to grey’ is closed to new replies.