Forum Category-header
4 posters
Page 1 of 1
Forum Category-header
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
I want to change this section: http://prntscr.com/8kpfai
Re: Forum Category-header
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
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
Re: Forum Category-header
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
Re: Forum Category-header
Hi @Nayashima Tokóro,
So a text-shadow effect, correct ? Try adding this to your stylesheet :
Display > Colors > CSS stylesheet
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;
}
Re: Forum Category-header
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.
Re: Forum Category-header
Read Ange Tuteur's post below.
Last edited by SLGray on Sat 26 Sep - 19:01; edited 1 time in total
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Forum Category-header
A box-shadow ? That can make it look misty around a container if the softness is high enough.
If not that, you can use a background image on it to achieve the effect you want.
- 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.
Similar topics
» Set widget and category header images/colors individually?
» Category header customization
» Category Table header
» modifying category header
» Use different category header background images?
» Category header customization
» Category Table header
» modifying category header
» Use different category header background images?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum