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

    Hi chaps,

    On my site I’ve got some links in a paragraph format which are underlined and when hovered over, the text changes colour according to those set in enfold>general styling. If I add a link with h4 formatting, the colour does not change when hovered over but remains underlined.

    I’ve added a custom css class (h4_link) to the text element containing the link and played around with some commands in quick css but no luck (tried !important). No doubt there is a simple coding solution but my knowledge on this is limited. Would it be possible to keep the text colour #5c5c5c by default and #88e0e2 when hovered over?

    I’ve left you the credentials to the site if you need to take a look at what I’ve done.

    Thanks in advance!

    James

    #726438

    Hi James,

    Please try the following in Quick CSS under Enfold->General Styling:

    .h4_link h4 a:hover {
      color:#88e0e2 !important;
    }

    Best regards,
    Rikard

    #726529

    Hi Rikard,

    Works a treat, thanks a lot!

    James

    #726901

    Hi James,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to make a link with a header format react as paragraph formatting does?’ is closed to new replies.