The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    How do I change Highlight background color

    Mati
    Mati
    Active Poster


    Posts : 1928
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    Solved How do I change Highlight background color

    Post by Mati November 24th 2011, 2:13 pm

    Hello,

    I was wondering how do I change the highlight background color hope you understand what I mean.
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How do I change Highlight background color

    Post by Nera. November 24th 2011, 2:22 pm

    Hello Matti,

    Heilight BG color of what?
    Mati
    Mati
    Active Poster


    Posts : 1928
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    Solved Re: How do I change Highlight background color

    Post by Mati November 24th 2011, 2:59 pm

    Hi, Nera

    On the forum for the text you when know when you highlight the BG color is blue and i want to change it to red or green something like that.
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How do I change Highlight background color

    Post by Nera. November 24th 2011, 3:11 pm

    Try this. Copy this to your CSS and chnage the color to fit your wishes.

    Code:
    ::selection {
    background: #d8ecea; /* Safari */
    }
    ::-moz-selection {
    background: #d8ecea; /* Firefox */
    }
    Mati
    Mati
    Active Poster


    Posts : 1928
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    Solved Re: How do I change Highlight background color

    Post by Mati November 24th 2011, 4:11 pm

    Thank you Nero! Smile
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How do I change Highlight background color

    Post by Nera. November 24th 2011, 4:13 pm

    Welcome.

    > Solved

      Current date/time is September 22nd 2024, 10:24 pm