• Resolved betay

    (@betay)


    Hello There!

    Is there a way to format the more-Button, that comes with the teaser-break-Tag in the event-content field? I would love to make a couloured Link-button out of it but have not yet found a way to change the CSS-Theme.

    I would also like to format the links within the event content-field.

    I would be gratful for any clues!

    Thx!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Betay,

    To address links within the event content field:

    .event-content a {
      color: red;
    }

    To specifically address read more links is not possible, because there doesn’t seem to be anything to specifically identify them. However you might try the following:

    .event-content a[href*="?event_id"] {
      color: green;
    }

    This will affect links within the event content field that link to an Event List page.

    • This reply was modified 4 years, 5 months ago by hatesspam.
    Thread Starter betay

    (@betay)

    Hi hatesspam,

    Thank you very much for your reply! This worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Format Links in Event-Content’ is closed to new replies.