Hide bars on the forum and Move icons 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

    Hide bars on the forum and Move icons

    SummerRed
    SummerRed
    New Member


    Female Posts : 21
    Reputation : 1
    Language : English
    Location : Nebraska

    Solved Hide bars on the forum and Move icons

    Post by SummerRed June 1st 2013, 11:16 pm

    Hi All,
    I need some help with a couple things on my forum,
    I have highlighted in red everything I need help with on the picture below along with the questions!
    Thanks in advance!
    -SummerRed

    Hide bars on the forum and Move icons Forum-10

    *Edit* I am using Phbb2 (:



    Last edited by SummerRed on June 3rd 2013, 6:12 pm; edited 1 time in total
    Tonight
    Tonight
    Forumember


    Male Posts : 312
    Reputation : 80
    Language : Estonian, English, Russian
    Location : Estonia

    Solved Re: Hide bars on the forum and Move icons

    Post by Tonight June 2nd 2013, 12:06 am

    Can you give your forum link?

    #1 and #2:
    Code:
    th.thLeft {
    display: none;
    }

    th.thRight {
    display: none;
    }

    td.catHead {
    background: transparent;
    }
    SummerRed
    SummerRed
    New Member


    Female Posts : 21
    Reputation : 1
    Language : English
    Location : Nebraska

    Solved Re: Hide bars on the forum and Move icons

    Post by SummerRed June 2nd 2013, 12:37 am

    My forum link is: http://forum.sims-pets.com/


    SummerRed
    SummerRed
    New Member


    Female Posts : 21
    Reputation : 1
    Language : English
    Location : Nebraska

    Solved Re: Hide bars on the forum and Move icons

    Post by SummerRed June 2nd 2013, 12:43 am

    Just tried those codes, and they worked, thanks a lot! How do I make the color transparent also? I typed in background-color: transparent; and it didnt change it at all. ):
    Tonight
    Tonight
    Forumember


    Male Posts : 312
    Reputation : 80
    Language : Estonian, English, Russian
    Location : Estonia

    Solved Re: Hide bars on the forum and Move icons

    Post by Tonight June 2nd 2013, 12:56 am

    Try this
    Code:
    td.catHead {
    background: transparent;
    background-image: none;
    background-color: transparent;
    }
    SummerRed
    SummerRed
    New Member


    Female Posts : 21
    Reputation : 1
    Language : English
    Location : Nebraska

    Solved Re: Hide bars on the forum and Move icons

    Post by SummerRed June 2nd 2013, 1:05 am

    Nope, but thats okay! I wasn't really to worried about it, it would have just been a bonus (:
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Hide bars on the forum and Move icons

    Post by Jophy June 7th 2013, 7:45 am

    Since this topic was marked solved...

    Topic Solved & Locked