• Author
    Posts
    • #4052
      Filip Semerák
      Participant

      Hello,

      is it possible to change the text selection colour via css in case of this template?
      Thank you for your respond.

    • #4053
      Andre
      Participant

      Hi Filip…sorry for late reply…you can yes. Add this to your Additional CSS tab in the customizer and then just change to the colour value you want using HEX colour.

      The default styling is:

      ::selection {
          background-color: #ef9d87;
          color: #fff;
      }

      Copy that and then just change the colours.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.