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

    Hey,

    how can I make a red hover for the links in the slider?

    #1439818

    Hey Anna_Tewes,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.home #av_section_2 .avia_textblock > h2 > a:hover strong,
    #top.home #av_section_2 .avia_textblock > h2 > strong a:hover {
    	color: #a62c0a;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1439830

    Thank you! It worked. :)

    Is it possible when Hover the word becomes a little bit bigger?

    #1439839

    Hi,
    Try this CSS instead, and adjust the font size to suit.

    #top.home #av_section_2 .avia_textblock > h2 > a:hover strong,
    #top.home #av_section_2 .avia_textblock > h2 > strong a:hover {
    	color: #a62c0a;
    	font-size: 40px;
    }

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.