Border Line Around Homepage Message & Categories (PunBB)
2 posters
Page 1 of 1
Border Line Around Homepage Message & Categories (PunBB)
Hi again,
PunBB user here..
Is there an option to change the colour of the border line around the Homepage Message? Below is an image of the homepage message test on my forum, it has a white/grey border line of 1 pixel width, i want to be able to change the line colour to orange: #cc743d, CSS code would be very much appreciated:
Also:
Can someone also supply me with some CSS Code to allow for a orange #cc743d border line of 1 pixel width inside all category headers or outside? I want it to be in line with the rest of the main forum line. Just in case i have problems i am already using this method in the link below to display a small image in the category headers: https://help.forumotion.com/t142777-set-different-icons-for-each-category-title#971914
Thanks,
clivvers
PunBB user here..
Is there an option to change the colour of the border line around the Homepage Message? Below is an image of the homepage message test on my forum, it has a white/grey border line of 1 pixel width, i want to be able to change the line colour to orange: #cc743d, CSS code would be very much appreciated:
Also:
Can someone also supply me with some CSS Code to allow for a orange #cc743d border line of 1 pixel width inside all category headers or outside? I want it to be in line with the rest of the main forum line. Just in case i have problems i am already using this method in the link below to display a small image in the category headers: https://help.forumotion.com/t142777-set-different-icons-for-each-category-title#971914
Thanks,
clivvers
Re: Border Line Around Homepage Message & Categories (PunBB)
Hello @clivvers,
We need the link of the forum please to inspect your issue. Then we will need, as guests, to be able to view that problem in order to help. Thanks!
We need the link of the forum please to inspect your issue. Then we will need, as guests, to be able to view that problem in order to help. Thanks!
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Border Line Around Homepage Message & Categories (PunBB)
Hi Luffy,
Thanks for coming forward to offer to help me. My forum has loads more graphics to be done before it's ready to go fully live. Here is the link, let me know if this is what you need, no new members can join yet:
http://actionmanworld.forumotion.co.uk/
clivvers.
Thanks for coming forward to offer to help me. My forum has loads more graphics to be done before it's ready to go fully live. Here is the link, let me know if this is what you need, no new members can join yet:
http://actionmanworld.forumotion.co.uk/
clivvers.
Re: Border Line Around Homepage Message & Categories (PunBB)
Hey,
To change that box's border color all you need is to add this code in your CSS:
As for your second question, i didn't really understand what you want to do..
Maybe an image with what you want may help out!
To change that box's border color all you need is to add this code in your CSS:
- Code:
#pun-announcement { border-color: #cc743d; }
As for your second question, i didn't really understand what you want to do..
Maybe an image with what you want may help out!
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Border Line Around Homepage Message & Categories (PunBB)
Hi Luffy,
Thanks for helping with my first problem, it's now sorted, i very much appreciate your help
My second problem is this below:
clivvers.
Thanks for helping with my first problem, it's now sorted, i very much appreciate your help
My second problem is this below:
clivvers.
Re: Border Line Around Homepage Message & Categories (PunBB)
Any more help with my second problem above would be very much appreciated.
I also have 2 more alterations to do that i need help with, it's similar to the above. I'm already using this method to put a small graphic item in the Category header: https://help.forumotion.com/t142777-set-different-icons-for-each-category-title#971914 This info is just in case i have problems with adding a border line.
clivvers.
I also have 2 more alterations to do that i need help with, it's similar to the above. I'm already using this method to put a small graphic item in the Category header: https://help.forumotion.com/t142777-set-different-icons-for-each-category-title#971914 This info is just in case i have problems with adding a border line.
clivvers.
Re: Border Line Around Homepage Message & Categories (PunBB)
Hi,
I think i have sorted my second problem out to put a 1 pixel orange border line around all the category headers, and i think the main pages as well?. I cobbled together a tiny bit of CSS to test out (my first time).
It's this Code:
I still need some more help with adding a few more border lines on my forum, i will post these later.
clivvers.
I think i have sorted my second problem out to put a 1 pixel orange border line around all the category headers, and i think the main pages as well?. I cobbled together a tiny bit of CSS to test out (my first time).
It's this Code:
- Code:
.main .main-head {
border: 1px solid #cc743d;
}
I still need some more help with adding a few more border lines on my forum, i will post these later.
clivvers.
Re: Border Line Around Homepage Message & Categories (PunBB)
I am also trying to achieve this affect with CSS code:
It's a 1 pixel orange #cc743d border line around the main title header and navbar?
Any help would very much be appreciated.
clivvers.
It's a 1 pixel orange #cc743d border line around the main title header and navbar?
Any help would very much be appreciated.
clivvers.
Similar topics
» PunBB Custom Border
» PunBB Custom Border Help
» Border Line and Members Profile
» help remove and border at categories
» Categories Not Appearring on Homepage
» PunBB Custom Border Help
» Border Line and Members Profile
» help remove and border at categories
» Categories Not Appearring on Homepage
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum