How to edit a theme How to edit a theme
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How to edit a theme

Started by Sert Turk, July 17, 2004, 09:44:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sert Turk

Hello,
I am trying to edit the color of igames theme.I know all the configuration data is in style.css file but is there an easy way to know what value is for what?
I basically want to change the colors of it so it matches my website.Like black background to dark green and gray colors to yellow and text to brown.
Is there an easy way to do this?

Joachim Müller


Sert Turk

Ahhh,nice! ;D
Thanks you sir!
And also ,do you know where to edit the ecards background color?
I am sending ecards but when they get it ,it has white background.Is that cutomizible?

Casper

In your theme.php, search for;
// HTML template for e-cards
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Sert Turk


cerberus

GauGau, that's a great guide! :D
I've never seen it before.
With Best Regards, Cerberus
Edamus, bibamus, gaudeamus.
http://www.pocketpcrussia.com - My Main Site

Tarique Sani

If you use Mozilla (1.6 or above) you can install the web developers tool bar which can show Classes and ID for any page like the screen cap below
SANIsoft PHP applications for E Biz

Sert Turk

How do you change the color of text on top where it says Online Photo Album?
And the orange text below that?

Joachim Müller

edit the attributes of h3 in style.css. To find out about such things, just look at the html output (source code) of your page in question - find the text and check what css class controls it or what parent element it appears in.

GauGau

cerberus

Quote from: Tarique Sani on July 19, 2004, 06:25:34 AM
If you use Mozilla (1.6 or above) you can install the web developers tool bar which can show Classes and ID for any page like the screen cap below
You can also do this with Opera. Select user mode and then show structural elements :)
With Best Regards, Cerberus
Edamus, bibamus, gaudeamus.
http://www.pocketpcrussia.com - My Main Site