Page title hover text color change in CSS
- The topic ‘Page title hover text color change in CSS’ is closed to new replies.
Need help? Check out our Support site, then
I would like to change the page title so when I hover over the title “make-lite” the text color changes to #ec008b.
Thanks
The blog I need help with is: (visible only to logged in users)
If you add the following to the custom css editor then you will get the color you want:
.masthead-wrapper .branding h1.logo a:hover {
color: #EC008B;
}