Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Changing font & link colours on seperate pages? (http://forum.bytesforall.com/showthread.php?t=3905)

scarscar Oct 15, 2009 12:55 PM

[SOLVED] Changing font & link colours on seperate pages?
 
Hi there, firstly apologies if this has been answered a gazillion times, I have looked through a good 20 pages of threads and not quite found a solution to my problem!

Im using the new version of this them and the newest wordpress, all is going fantastically!

I have however just added a forum page - my other pages are dark with light fonts/links - my forum page (a widget which skin I cant change :() is light and my txt is therefore not clear at all.

I have been fiddling with CSS inserts for an hour I can change the link colours however they are changing on every page not just my forum one. The body text I cant seem to change at all??

Can anyone help me I would be hugely appreciative!

Many thanks

Scar

juggledad Oct 15, 2009 02:36 PM

what is the plugin you used?
What is the url which shiows what you are talking about?

scarscar Oct 15, 2009 02:44 PM

Hi there! Thank you for your reply!

Im currently using Forum Server which I downloaded from Wordpress..

The site url is
http://eclipsebitches.com/forum/

The code I am using in the added CSS section of the admin options is

#body-id-768 {

font-family: tahoma, arial, sans-serif;
font-size: 0.8em;
color: #230c1e;


:link {
color: #230c1e;
}
a:visited {
color: #230c1e;
}
a:hover {
color: #230c1e;

text-decoration: none;
}
a:active {
color: #230c1e;
}

}

But this seems to change every page and only the visited links?

Many thanks

Scar

juggledad Oct 15, 2009 03:37 PM

If you look at the forum page, you will see
HTML Code:

<div id='wpf-wrapper'><div class='wpf'>
                               
                                <table width='100%' class='wpf-table' >
                                        <tr>
                                                <th  ><h4 style='float:left;'>Guest <strong></strong>&nbsp;</h4>
                                                <a style='float:right;' href='#' onclick='shrinkHeader(!current_header); return false;'>
                                                        <img id='upshrink'  src='http://eclipsebitches.com/wp-content/plugins/forum-server/skins/exclusive/images/upshrink.gif' alt='Show or hide header'/></a>
                                                </th>
                                        </tr>
                       
                                        <tr id='upshrinkHeader'>

You will need to use the selectors like div#wpf-wrapper and div.wpf to identify the rule sets to only apply to this page.

scarscar Oct 15, 2009 04:14 PM

Oh I see! Got it!

Many thanks worked like a charm!

Very much appreciated!


All times are GMT -6. The time now is 03:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.