I want add border within profile and post

For support and discussion related to templates, themes, and imagesets in phpBB 3.1.
Suggested Hosts
Patraix
Registered User
Posts: 5
Joined: Thu Jan 05, 2017 1:32 pm

I want add border within profile and post

Post by Patraix »

I want add border within profile and post

Example:

Image

My forum looks so, I haven't border.

http://abload.de/img/sinttulos9s3e.jpg
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: I want add border within profile and post

Post by PlanetStyles.net »

Hello :)

Could you provide us with a link to your forum? I reckon the border's there, but it's probably just coloured the same as the background.

Have a look in /styles/*/theme/colours.css for:

Code: Select all

.postprofile {
And check if there's a border colour defined :)
Last edited by PlanetStyles.net on Thu Jan 05, 2017 4:36 pm, edited 1 time in total.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: I want add border within profile and post

Post by Lumpy Burgertushie »

or, if that is not what you are asking for try this:

colours.css

add this to the file:
.post {border: 4px solid blue;}

edit the 4px and the color to whatever you want.

then be sure to purge the cache after making your changes.



robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Patraix
Registered User
Posts: 5
Joined: Thu Jan 05, 2017 1:32 pm

Re: I want add border within profile and post

Post by Patraix »

Thanks guys ;)

My forum is http://aplicacioneswindows.es
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: I want add border within profile and post

Post by PlanetStyles.net »

I can see a border now :)

Were you able to fix this? :)

Return to “[3.1.x] Styles Support & Discussion”