Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #936742

    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.

    #936746

    Hey ChristineGerman,

    You can use css and added a hover state to them. For example:

    h1:hover{
    color:#xxx;
    }

    Best regards,
    Jordan Shannon

    #936799

    Awesome thanks! Looks great!

    #936800

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘H1 – Link Hover text colour’ is closed to new replies.