Tagged: ,

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

    Hey there,

    I am building a website with Enfold. On one page, I am using a color section with my main color as background color with a slight white overlay. The link color of the theme is also set to the main color in General Styling options.
    In this specific color section, I have a text block. Its text color should be white (instead of the default set black text color). I accomplished it by using html code in the text block itself. A link that is included in the text, however, is still displayed in the default link color, which means my main color. Thus, the link is hardly readable on the background of the color section.

    How can I change the link color of this specific link to white?

    #1320482

    Hi frikre_ews,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-1047 #av_section_1 .av_textblock_section a {
      color: #fff !important;
    }

    Best regards,
    Rikard

    #1321013

    Nice! This works!

    Thank you, Rikard :-)

    #1321151

    Hi,

    Great, I’m glad that we could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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