Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1375229

    Dear support,
    Can you direct me to the setting where I can change the color used when selecting text on the website.

    Please feel free to login if needed. See Private content.

    Best,
    Chrilles

    #1375262

    Hey Chrilles,

    Please try this in Quick CSS:

    ::selection {
        background: #2ecc71; 
        color: #fff;
    }
    ::-moz-selection {
        background: #2ecc71;
        color: #fff;
    }

    Best regards,
    Rikard

    #1375281

    Thanks a lot, Rikard,
    But is it not also a setting in the Thems settings – somewhere?

    Best,
    Chrilles

    #1375471

    Hi,

    There is no dedicated settings for this in the theme options, unfortunately. Please keep the css modification.

    Best regards,
    Ismael

    #1375487

    Please see the Private content

    #1375520

    Hi Chrilles,

    Please see private content field :)

    Best regards,
    Yigit

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