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

    Hi, i have many links in my site, on the portolios. On Text blocks. I set them on Gray color (#808080) and took out the underline on mouse over. However i cant make them turn into white color when hovered.
    I want every text link (e g: Emails, external websites, etc)
    http://imgur.com/a/cbQsg

    • This topic was modified 7 years, 5 months ago by cm-arq.
    #798991

    Hey CM Architects,

    The hover link color is being overriden by the code <span style="color: gray;"> inside the link.

    Can you try removing that code and putting this in General Styling > Quick CSS instead:

    #av_section_1 p, #av_section_1 p a {color: gray !important }
    #av_section_1 p a:hover {color: white !important; }

    Best regards,
    Sarah

    #798996

    Yes! ur amazing! thnk u very much!!

    #799000

    You’re welcome! We’re glad to help. If you have any other questions or issues, feel free to post them here on the forum.

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold!

    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changin color and hover Links in text block’ is closed to new replies.