Forum, Topics, Posts, and Last Posts Color Change... Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    Forum, Topics, Posts, and Last Posts Color Change...

    The4KGamer
    The4KGamer
    New Member


    Male Posts : 7
    Reputation : 1
    Language : English

    In progress Forum, Topics, Posts, and Last Posts Color Change...

    Post by The4KGamer March 3rd 2016, 5:51 am

    Technical Details


    Forum version : #PunBB
    Position : Founder
    Concerned browser(s) : Safari
    Screenshot of problem : https://i.servimg.com/u/f84/19/42/36/67/screen10.png
    Who the problem concerns : Yourself
    When the problem appeared : After Editing The Theme I chose Myself!
    Forum link : http://the4kgamer.forumotion.com

    Description of problem

    I've been trying to change the color for what seems to be forever with no change at all.
    Any help will be awesome!
    Also Side note: How do I hide my forum's description title? lol

    EDIT: Also trying to match up the bottom of where the Online Users are to match with the current color scheme I went with! If you click the link to my forum you'll see what I mean!
    Take Notes
    Take Notes
    Helper
    Helper


    Male Posts : 2337
    Reputation : 324
    Language : English
    Location : Forumountain

    In progress Re: Forum, Topics, Posts, and Last Posts Color Change...

    Post by Take Notes March 3rd 2016, 6:06 am

    Remove title:
    Administration Panel > General > Search engines

    Not sure what you are asking in the other questions.
    The4KGamer
    The4KGamer
    New Member


    Male Posts : 7
    Reputation : 1
    Language : English

    In progress Re: Forum, Topics, Posts, and Last Posts Color Change...

    Post by The4KGamer March 3rd 2016, 6:20 am

    Forumedic wrote:Not sure what you are asking in the other questions.
    If you view my forum Here scroll to the bottom you'll see that the
    "We Have xx Registered Users
    The newest registered user is ......
    Who is online?
    In total there are xx users online :: x Registered, x Hidden and x Guests :: x Bot
    Most users ever online was x on Wed Mar 02, 2016 9:11 pm
    Registered Users: The4KGamer
    Bots : Google

    Legend : [ Founder ] [ Admins ] [ Moderators ]
    There are currently 0 user(s) on the ChatBox :
    [ Join the Chat ]
    "
    I want to know how to get that to match the colors I have for the forum and how to change the Forum, Topics, Posts, and Last Posts under the Category name to a different color.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51514
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Forum, Topics, Posts, and Last Posts Color Change...

    Post by SLGray March 3rd 2016, 6:27 am

    To hide the description, just remove the description.

    For the colors, add this to your CSS stylesheet:
    Code:
    .pun table.table th {
        color: YOUR COLOR;
    }



    Forum, Topics, Posts, and Last Posts Color Change... Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51514
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Forum, Topics, Posts, and Last Posts Color Change...

    Post by SLGray March 3rd 2016, 6:29 am

    Who's Online:
    Code:
    #onlinelist {
        background-color: YOUR COLOR;
    }
    #stats {
        background-color: YOUR COLOR;
    }



    Forum, Topics, Posts, and Last Posts Color Change... Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    The4KGamer
    The4KGamer
    New Member


    Male Posts : 7
    Reputation : 1
    Language : English

    In progress Re: Forum, Topics, Posts, and Last Posts Color Change...

    Post by The4KGamer March 3rd 2016, 6:37 am

    Added both codes but they don't seem to work. Is there a certain place I need to add them? Cause I'm adding them at the bottom of the Stylesheet if that matters.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51514
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Forum, Topics, Posts, and Last Posts Color Change...

    Post by SLGray March 3rd 2016, 6:39 am

    Try adding them to the top.  Before you do that, do a search to see if that code us already in the stylesheet.  If it is, change the background color.



    Forum, Topics, Posts, and Last Posts Color Change... Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    The4KGamer
    The4KGamer
    New Member


    Male Posts : 7
    Reputation : 1
    Language : English

    In progress Re: Forum, Topics, Posts, and Last Posts Color Change...

    Post by The4KGamer March 3rd 2016, 6:47 am

    SLGray wrote:Try adding them to the top.  Before you do that, do a search to see if that code us already in the stylesheet.  If it is, change the background color.
    No go on either. I tried adding them to where they would normally go in the code as well as the bottom and top still nothing.

    Here's the current coding so far with the codes you provided;
    Spoiler:
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51514
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Forum, Topics, Posts, and Last Posts Color Change...

    Post by SLGray March 3rd 2016, 7:02 pm

    Code:
    #onlinelist {
         background-color: YOUR COLOR !important;
    }
    #stats {
        background-color: YOUR COLOR !important;
    }



    Forum, Topics, Posts, and Last Posts Color Change... Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    The4KGamer
    The4KGamer
    New Member


    Male Posts : 7
    Reputation : 1
    Language : English

    In progress Re: Forum, Topics, Posts, and Last Posts Color Change...

    Post by The4KGamer March 3rd 2016, 7:07 pm

    SLGray wrote:
    Code:
    #onlinelist {
         background-color: YOUR COLOR !important;
    }
    #stats {
        background-color: YOUR COLOR !important;
    }
    Still nothing.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51514
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Forum, Topics, Posts, and Last Posts Color Change...

    Post by SLGray March 3rd 2016, 7:10 pm

    Are you should you are adding it?  I do not see a change to your CSS.



    Forum, Topics, Posts, and Last Posts Color Change... Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    The4KGamer
    The4KGamer
    New Member


    Male Posts : 7
    Reputation : 1
    Language : English

    In progress Re: Forum, Topics, Posts, and Last Posts Color Change...

    Post by The4KGamer March 3rd 2016, 7:13 pm

    Ya I'm adding it to the top of the stylesheet saving and refreshing the forums no affect and going back and deleting it and adding it to the bottom of the code with same results.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51514
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Forum, Topics, Posts, and Last Posts Color Change...

    Post by SLGray March 3rd 2016, 7:15 pm

    Did you mean thet you are pressing the submit button, not the save button?



    Forum, Topics, Posts, and Last Posts Color Change... Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    The4KGamer
    The4KGamer
    New Member


    Male Posts : 7
    Reputation : 1
    Language : English

    In progress Re: Forum, Topics, Posts, and Last Posts Color Change...

    Post by The4KGamer March 3rd 2016, 7:34 pm

    Yes the Submit button. Sorry thought they were the same. lol

    EDIT: I just decided to change the theme instead! lol
    Thank you for the help!