Side to Post Area Design
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Side to Post Area Design
hey guys can someone give me all the css code to modify the area in posts where our avatar and details are? Also the whole post itself.. Please name those css selectors(is that what its called?) for these
thank you
thank you
Re: Side to Post Area Design
I would like to know how to do this too!!@Rhino.Freak wrote:hey guys can someone give me all the css code to modify the area in posts where our avatar and details are? Also the whole post itself.. Please name those css selectors(is that what its called?) for these
thank you
Melissa0407- New Member
- Posts : 8
Reputation : 1
Language : english
Re: Side to Post Area Design
Hello Rhino.Freak,
If you're using phpbb3, this should be most of the selectors :
You can also open your browser console(f12) and check to see if it has a DOM inspector. If it does you can then check the element you want for a class, id, tag name ect..
If you're using phpbb3, this should be most of the selectors :
- Code:
/* the entire post */ .post { border:1px solid red !important; }
/* the message contents */ .postbody { border:1px solid red; }
/* message icons; edit, quote.. */ .profile-icons { border:1px solid red; }
/* topic title msg link */ .topic-title a { color:red !important; }
/* author */ .author { border:1px solid red !important; }
/* poster profile details */ .postprofile { border:1px solid red !important; }
/* user signature */ .signature_div { border:1px solid red !important }
You can also open your browser console(f12) and check to see if it has a DOM inspector. If it does you can then check the element you want for a class, id, tag name ect..
Re: Side to Post Area Design
yeah actually I didn't bump this since I got a hang of the browser console.. thanks a lot man, consider it solved! 

Re: Side to Post Area Design
Problem solved & topic archived.

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.

The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum