- This topic has 7 replies, 2 voices, and was last updated 1 year, 11 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Hello,
I want to chnage the hover color on the titles of the blog posts. How can i do that?
my website: astromargarita.com
Hi Margarita,
Actually, it’s only possible to change the colour of the headings with the theme options, to change the hover colour we can create a custom CSS snippet especially for you, just sent us colour you want to be used.
Kind Regards
Thank you, I will appreciate it if you create CSS snippet for me. The colour I want is <span style=”color: #3f3844; font-family: proxima-soft, ‘Proxima Soft’, ‘Proxima Nova Soft’, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: bold; letter-spacing: 0.45px; text-transform: uppercase;”>#AB0CB7</span>
Hi Margarita,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.post-title a {
color: #3f3844 !important;
font-family: ‘Proxima Soft’;
font-size: 28px;
line-height: 2px;
letter-spacing: 0.45px !Important
}
Kind Regards
I coppied something entirely wrong…sorry. I meant only the color code #AB0CB7
No change in font or anything else. Just change on hover. So what I mean is black headings and when someone hovers on it they change color.
Your snippet doesnt’ change the hover but it entirely changes the color of the headings. I want only on hover the color to be changed.
Hi Margarita,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.post-title a:hover {
color: #AB0CB7 !important;
}
Kind Regards
It worked perfectly! Thank you!
Feel free to contact us at any time, we are more than happy to help.
Kind Regards