we_universal

Changing Colors - we_universal

Changing Colors

by Anonymous » Mon Aug 12, 2019 12:13 pm

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.

Image

And i would like to change the icon colors as well
Image

Just for the idea

Image
This for the unreaded topics
Image
and like this for the readed topics

The Forum get pretty busy already after a week, and get many compliments about the style

Cheers!
Anonymous
I am too lazy to register
Posts: 3265
Joined: Thu Mar 15, 2007 6:50 am

Re: Changing Colors

by v12mike » Tue Aug 13, 2019 8:51 am

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

Code: Select all

.inventea-menu li > a,
.forumbg .header a, 
.forabg .header a, 
th a,
li.header dt, 
li.header dd {
    color: #f0f000;
}
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!
v12mike
Registered User
Posts: 590
Joined: Thu Jul 09, 2015 5:03 pm