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

    Hello,

    I am trying to change the color of the font in the layerslider on the homepage. Each of the four text boxes are linked to other pages. WHen I tried to do it using the link and attributes field the font color was blue, so I used an inline font color in the content field to make the font white. But I need the color to change to black (or whatever) when it is hovered over.

    http://www.soundviewcreative.com/collaboration

    thanks!!

    #783488

    Hey williamslyd,

    I could not login today, please update the credentials.
    Best regards,
    Victoria

    #784470

    still waiting on an answer on this one. submitted another ticket yesterday. thanks!

    #784624

    Hey!

    I changed your HTML to following

    
    <span class="ls-links">leadership.</span>

    and added following code to Quick CSS in Enfold theme options under General Styling tab

    .ls-links { color: white !important; }
    .ls-links:hover { color: black !important; }

    Please review your website now :)

    Cheers!
    Yigit

    #784674

    hi Yigit! the hover color changes now which is great but the links don’t work anymore.

    cheers,

    Lydia

    #785654

    Hi,

    I changed custom class to following one

    
    <span class="laysli-links">loyalty.</span>
    

    and updated custom CSS code accordingly and that helped. Please review your website now :)

    Best regards,
    Yigit

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