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

    Hi,

    Would it be possible to add animation to tab section titles/icons, such as make inactive tab titles/icons slightly darker on hover? Or perhaps any similar action to accentuate tab title on hover?

    Thank you.

    #862632

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .av-custom-tab-color a:hover {
        color: black;
    }
    

    Best regards,
    Yigit

    #862633

    Thank you Yigit,

    I fixed CSS, it works:
    #top .av-tab-section-tab-title-container a:hover {
    color: black;
    }

    #862634

    Hey!

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Tab Title animation’ is closed to new replies.