New Landing How can we help? Atelier Highlight colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #246378
    micheal_w
    Member
    Post count: 498

    Hi Guys,
    how can I setup a certain #… colour for the [ highlight ] shortcode only?

    Thanks!

    #246381
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    It uses your accent colour which you can change in the colour customiser. If you don’t want to change it, you can use css to only change the highlight colour:

    span.highlighted {
      background-color: #efefef!important;
    }

    – Kyle

    #246668
    micheal_w
    Member
    Post count: 498

    Works perfectly, thanks!

    #246670
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.