Hi to everyone,
i would like have hovered link for h2, h3, h4, etc. in my template standard page.
Do you have any suggest for me?
Thank you in advanced.
M
Hi to everyone,
i would like have hovered link for h2, h3, h4, etc. in my template standard page.
Do you have any suggest for me?
Thank you in advanced.
M
Anyone ha understand what i would like to do?
M
Hey!
No, I don't understand what a hovered link is? Do you want to change the color when you the user hovers over a link?
Best regards,
Peter
Hi Dude,
thank you for the answer.
Yes i would like to change the color when you the user hovers over a link in h2, h3, h4 in standard template page.
Best
M
Hi M,
You can add this code inside your Quick CSS(inside Theme Options > Styling) or inside custom.css:
h2:hover {
color: red;
}
h3:hover {
color: green;
}
h4:hover {
color: #00f;
}
Just adjust the color values. :)
Regards,
Ismael
Where do I find the files: "Quick CSS(inside Theme Options > Styling) or inside custom.css" (in Avisio)
Thanks!
// Johanna
Hi Johanna,
There's no Quick CSS or custom.css in Avisio. Just add that on the bottom of style.css.
Regards,
Ismael
You must log in to post.