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 to remove the group colour

    njaguar
    njaguar
    Forumember


    Male Posts : 113
    Reputation : 1
    Language : English
    Location : United Kingdom

    Solved How to remove the group colour

    Post by njaguar December 12th 2013, 10:09 pm

    How do i remove the colour in the forum only like this; How to remove the group colour  Untitl18


    Last edited by njaguar on December 12th 2013, 11:53 pm; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: How to remove the group colour

    Post by Ange Tuteur December 12th 2013, 10:59 pm

    Hello njaguar,

    Add this to your CSS stylesheet :
    Code:
    .row3.over strong a span { color:inherit !important; }
    .row3.over strong { font-weight:normal; }
    njaguar
    njaguar
    Forumember


    Male Posts : 113
    Reputation : 1
    Language : English
    Location : United Kingdom

    Solved Re: How to remove the group colour

    Post by njaguar December 12th 2013, 11:20 pm

    it doesn't remove it from all pages just index, when i do in to a forum there back Sad
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: How to remove the group colour

    Post by Ange Tuteur December 12th 2013, 11:24 pm

    Remove the last code and add this :
    Code:
    .row3.over strong a span, .postdetails strong a span { color:inherit !important; }
    .row3.over strong, .postdetails strong { font-weight:normal; }
    njaguar
    njaguar
    Forumember


    Male Posts : 113
    Reputation : 1
    Language : English
    Location : United Kingdom

    Solved Re: How to remove the group colour

    Post by njaguar December 12th 2013, 11:39 pm

    How to remove the group colour  Untitl19
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: How to remove the group colour

    Post by Ange Tuteur December 12th 2013, 11:49 pm

    I can click those ?

    Remove the old code and add this :
    Code:
    .row3 strong a span, .postdetails strong a span { color:inherit !important; }
    .row3 strong, .postdetails strong { font-weight:normal; }
    njaguar
    njaguar
    Forumember


    Male Posts : 113
    Reputation : 1
    Language : English
    Location : United Kingdom

    Solved Re: How to remove the group colour

    Post by njaguar December 12th 2013, 11:52 pm

    Thanks done Very Happy
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: How to remove the group colour

    Post by Ange Tuteur December 12th 2013, 11:54 pm

    you're welcome

    Topic solved and archived

      Current date/time is November 11th 2024, 4:30 pm