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

    Change color of "Quick Reply:" text via CSS

    avatar
    Guest
    Guest


    Solved Change color of "Quick Reply:" text via CSS

    Post by Guest Mon 29 Aug - 22:45

    Above the quick reply box (and to the left) is the text "Quick Reply:" with a line under it. I want to change to color from light blue to a darker color. Can someone isolate the area of CSS that does this?


    Last edited by adukes_007 on Wed 31 Aug - 0:44; edited 1 time in total
    Nera.
    Nera.
    Energetic


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

    Solved Re: Change color of "Quick Reply:" text via CSS

    Post by Nera. Tue 30 Aug - 10:18

    Hi,

    PhpBB3?

    Try with this in your CSS
    Code:

    #main-content .h3 {
        color: black !important;
    }
    avatar
    Guest
    Guest


    Solved Re: Change color of "Quick Reply:" text via CSS

    Post by Guest Wed 31 Aug - 0:41

    That worked. It also changed the header color for the introduction but that is okay because I want them to be the same color. Solved.
    avatar
    Guest
    Guest


    Solved Re: Change color of "Quick Reply:" text via CSS

    Post by Guest Wed 31 Aug - 1:00

    Since this isn't closed yet, if you wanted to only change the color of that particular element, this CSS would do it:

    Code:
    a[name="quickreply"]+div.h3 {color:black;}

      Current date/time is Sun 22 Sep - 22:39