Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1357940

    Hello

    I have links in the main site content set to blue and a lighter blue on hover you can see on example page 1 below.

    I also use the event calendar plguin but they are not blue on single event pages and just look like ordinary text so there’s nothing to highlight they are a link see example link 2 below and the text that is linked is: ‘aweome online Facebook community The Mothership’ but it is not blue.

    Is there some CSS that could fix this?

    #1357951

    Hey sensiblekaren,

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

    .av-single-event-content a {
      color: #0973ba;  
    }
    
    .av-single-event-content a {
      text-decoration: underline; 
    }

    Best regards,
    Rikard

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