Forum Category-header 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.
4 posters

    Forum Category-header

    Nayashima Tokóro
    Nayashima Tokóro
    New Member


    Male Posts : 20
    Reputation : 1
    Language : English, Swedish, Danish,
    Location : Sweden

    In progress Forum Category-header

    Post by Nayashima Tokóro September 26th 2015, 5:51 pm

    How may I change the forum category layout? I want to add like a fog-effect, if you know what I mean.
    I want to change this section: http://prntscr.com/8kpfai
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: Forum Category-header

    Post by brandon_g September 26th 2015, 6:04 pm

    Hello,

    You want to add an effect to the category text? Or do you want to change the text altogether? Or do you want to change how the sections are laid out?

    If I understand correctly, then it should be the first one?


    -Brandon
    Nayashima Tokóro
    Nayashima Tokóro
    New Member


    Male Posts : 20
    Reputation : 1
    Language : English, Swedish, Danish,
    Location : Sweden

    In progress Re: Forum Category-header

    Post by Nayashima Tokóro September 26th 2015, 6:06 pm

    brandon_g wrote:Hello,

    You want to add an effect to the category text? Or do you want to change the text altogether? Or do you want to change how the sections are laid out?

    If I understand correctly, then it should be the first one?


    -Brandon

    First one
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Forum Category-header

    Post by Ange Tuteur September 26th 2015, 6:18 pm

    Hi @Nayashima Tokóro,

    So a text-shadow effect, correct ? Try adding this to your stylesheet :
    Display > Colors > CSS stylesheet
    Code:
    .forabg .header {
      text-shadow:0 0 6px #FFF;
    }
    Nayashima Tokóro
    Nayashima Tokóro
    New Member


    Male Posts : 20
    Reputation : 1
    Language : English, Swedish, Danish,
    Location : Sweden

    In progress Re: Forum Category-header

    Post by Nayashima Tokóro September 26th 2015, 6:22 pm

    Ange Tuteur wrote:Hi @Nayashima Tokóro,

    So a text-shadow effect, correct ? Try adding this to your stylesheet :
    Display > Colors > CSS stylesheet
    Code:
    .forabg .header {
      text-shadow:0 0 6px #FFF;
    }

    Didn't work..

    But I didn't mean text shadow, more like an effect for the header. Like the background behind the text, that special section for the category head-line.
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Forum Category-header

    Post by SLGray September 26th 2015, 6:52 pm

    Read Ange Tuteur's post below.


    Last edited by SLGray on September 26th 2015, 7:01 pm; edited 1 time in total



    Forum Category-header Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Forum Category-header

    Post by Ange Tuteur September 26th 2015, 7:00 pm

    A box-shadow ? That can make it look misty around a container if the softness is high enough.
    Code:
    .forabg .header, .forumbg .header {
      box-shadow:0 0 6px #FFF;
    }

    If not that, you can use a background image on it to achieve the effect you want.