• Hi there, my site is chayleen.com – I am using a child theme, but I didn’t manage to change the yellow hover colours (In my header, footer, and on the blog page the “read more”, next page and “search” button), basically all the links that came with the theme and I did not do manually. The colour I would like to have them in is #334374. Can anyone help me with that? Would be greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Look for this rule in your theme’s style.css template:

    
    }
    
    .navbar-default .nav li a:hover,
    .navbar-default .nav li a:focus {
    	outline: 0;
    	color: #fed136;
    }

    Try Changing it to:

    }
    
    .navbar-default .nav li a:hover,
    .navbar-default .nav li a:focus {
    	outline: 0;
    	color: #334374;
    }
    Thread Starter chayleen

    (@chayleen)

    Doesn’t seem to work for me.. I even tried to change all the yellow codes in the style.css file to #334374, even tried the same in the parent file.. Still yellow..

    Moderator t-p

    (@t-p)

    I recommend asking at https://wordpress.org/support/theme/rokophoto-lite so the plugin’s or theme’s developers and support community can help you with this.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change hover colour’ is closed to new replies.