Need Help With CSS for Colour of Highlighted Text

Home Forums Jevelin Theme Need Help With CSS for Colour of Highlighted Text

Home Forums Jevelin Theme Need Help With CSS for Colour of Highlighted Text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • MrVanDigital
    Participant

    Hi Shufflehound,

     

    Thanks again for all your help.

     

    I have another quick question.

     

    I’ve been using Yellow Pencil to edit CSS styles and it works great.

     

    However, on one page I have something different happening to what is happening globally and I can’t seem to find where the code is to fix it:

     

    When you highlight text on this page: http://romex.mrvandigital.com/homeowner/

     

    It goes white (ffffff) but on all other pages like: http://romex.mrvandigital.com/about/

     

    It goes red (ae1b34)

     

    I want this page to be red like all other pages.

     

    Any ideas to help?

     

    Thanks.

     

     

    Solution for this topic

    Hi @MrVanDigital,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container ::selection {
        background-color: #ae1b34!important;
        color: #fff;
    }

     

    Best regards,
    Shufflehound team

    MrVanDigital
    Participant

    Awesome. Thanks.

    You are most welcome here 🙂

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