Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #544121

    Hi guys,

    Thx for the great theme and the brilliant support so far.
    Unfortenately, I couldn’t find a solution for this problem in the forum yet:
    1) Which theme settings are responsible for background color and font color of text selections?
    2) How can I change background-color (& font color) of text selection in Quick CSS?

    Thx for your help!
    Best regards,
    sorromAT

    #544286

    Hi sorromAT,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #545680

    Hi Rikard,
    You find the link attached.
    As you can see, the color of selected text is blue at the moment.
    I want it to be green with blue text. (:
    Thx for your help!

    #545740

    Hi!

    Please insert the below css into your custom css section:

    ::-moz-selection { 
    	background: #61993b !important; 
    }
    
    ::selection { 
    	background: #61993b !important; 
    }

    You can adjust the background color as needed.

    Best regards,
    Dake

    #545775

    Hi Dake,
    It works! (:
    Thank you so much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘text selection: change background- & font color’ is closed to new replies.