Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #373371

    I’d like to make it so the text in my Menu and the special headings in one of my Main Content blocks changes to red when I hover over it.

    In the main menu there is currently a red underline, when I hover over the text. Instead, when I hover over the text I would like the text to change colours.

    In another section there are 4 images and underneath those images are titles. Currently the images link to another page with more information but I would also like the text to link as well and make it so that if a user hovers over the text it changes colours to red.

    Thank you for your time!

    #373470

    Hi ItsYeBoi!

    1- Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links” and make sure to check “Apply only to mouse hover state”
    2- Using HTML, you can make your text linked or you can use Button element

    Regards,
    Yigit

    #373676

    Hi Yigit,

    Thanks for your help, I got the main menu adjustments to work. Regarding the second question, I’ve added HTML already to make the text linked, what I also want to do is add the same hover effect I used for the main menu to the text in this different section.

    #374128

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    h3.av-special-heading-tag a:hover {
    color: #7b0000!important;
    }

    Cheers!
    Yigit

    #375421

    Thanks Yigit!

    #375571

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Adding Text Hover Effect’ is closed to new replies.