Wondering if there is a way I can create a hover text colour for some links I have setup in main text fields as H1 text. Tried to go into the advanced styling H1, but there is no option for hover colour change. The text I have setup this way is all of the headings on my main page below.
Hey ChristineGerman,
You can use css and added a hover state to them. For example:
h1:hover{
color:#xxx;
}
Best regards,
Jordan Shannon
Awesome thanks! Looks great!
Hi,
Great! I’m glad I was able to help you with this. If you need additional help, please let us know here in forums.
Best regards,
Jordan Shannon