Hello all, I have recently created a phpBB forum using the we_universal theme.
Im new to this all, so i would like to get some advice.
I am wondering whether it is possible to change a few parts of the forum.
I would like to change the color of of the with letters within the red circle.
And i would like to change the icon colors as well
Just for the idea
This for the unreaded topics
and like this for the readed topics
The Forum get pretty busy already after a week, and get many compliments about the style
Cheers!
Changing Colors - we_universal
-
- I am too lazy to register
- Posts: 3265
- Joined: Thu Mar 15, 2007 6:50 am
Re: Changing Colors
To change the colour of the button text and heading text, add the following to the bottom of the file we_universal/theme/custom.css
Obviously you can choose your own colour. I have not spent much time testing this, so the the list of elements may not be 100% correct.
For the icons, (unread posts etc.) these are actually .gif image files stored in the directory we_universal/theme/images and you would need to edit the images to change the colours.
Good luck with your forum!
Code: Select all
.inventea-menu li > a,
.forumbg .header a,
.forabg .header a,
th a,
li.header dt,
li.header dd {
color: #f0f000;
}
For the icons, (unread posts etc.) these are actually .gif image files stored in the directory we_universal/theme/images and you would need to edit the images to change the colours.
Good luck with your forum!
-
- Registered User
- Posts: 590
- Joined: Thu Jul 09, 2015 5:03 pm