• Resolved Lockhart

    (@muldari)


    How would I change the simple link text color to a different color on hover? I’ve looked at the code generated and just not seeing it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author buntegiraffe

    (@buntegiraffe)

    Hello @muldari,

    You can add the rule with the needed color code to your theme’s stylesheet:

    a.bg-showmore-plg-link:hover {
    color: #ff6600 !important;
    }

    Please let me know if you have any other questions.

    Best regards

    Thread Starter Lockhart

    (@muldari)

    Thank you for the fast response. This worked great. I love this plugin!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘SImple Text Hover Color’ is closed to new replies.