Category Header background 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

    Category Header background

    avatar
    TomerBB
    Forumember


    Posts : 158
    Reputation : 0
    Language : Hebrew

    Solved Category Header background

    Post by TomerBB 21/8/2009, 06:32

    Category Header background J64r39
    How do I put an image instead of the color?
    What do I insert in the casadic style sheets?

    Thanks.
    Master Marc
    Master Marc
    Hyperactive


    Male Posts : 3661
    Reputation : 47
    Language : English and Spanish.

    Solved Re: Category Header background

    Post by Master Marc 21/8/2009, 07:52

    Hello,
    You don't need to use any code in your CSS if you don't want to, Wink

    ACP=>Display Tab=>Pictures and Colors=>Pics management=>General/Explore=>Table's background image=>Change url of image=>Save
    avatar
    TomerBB
    Forumember


    Posts : 158
    Reputation : 0
    Language : Hebrew

    Solved Re: Category Header background

    Post by TomerBB 22/8/2009, 04:57

    Master Marc wrote:Hello,
    You don't need to use any code in your CSS if you don't want to, Wink

    ACP=>Display Tab=>Pictures and Colors=>Pics management=>General/Explore=>Table's background image=>Change url of image=>Save
    I dont have a general/explore and tables background image and this
    i use invision
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Category Header background

    Post by ankillien 22/8/2009, 09:23

    Hello,

    You can use this code. Add it to Admin CP > Display > Colors > CSS.

    Code:
    div.maintitle {
    background : url(IMAGE URL HERE) repeat-x transparent;
    }
    avatar
    TomerBB
    Forumember


    Posts : 158
    Reputation : 0
    Language : Hebrew

    Solved Re: Category Header background

    Post by TomerBB 22/8/2009, 14:58

    Hi there thanks for trying to help but I just discovered a better way Smile locked.
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Category Header background

    Post by ankillien 22/8/2009, 21:34

    Since the topic is solved, I'll lock it.