Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] Single Page Tab CSS formatting (http://forum.bytesforall.com/showthread.php?t=12296)

vCopia Jan 17, 2011 04:54 PM

[SOLVED] Single Page Tab CSS formatting
 
I've been trolling the forum trying to put together code to paste into the "CSS Insert" section of the "Add HTML / CSS Insert" tab that will allow me to:

1. add space between my 2nd and 3rd (final) Page tab
2. change the color of the 3rd tab to #c3773e
3. change the font color of the 3rd tab to white.

The code I sketched together is below. I'm sure it isn't as clean as it could be. It works in IE, but all other browsers (Safari, Foxfire, Chrome) only pick up on the tab and font colors, not the spacing. Suggestions?

------------------------------

<!-- Added by VC on 1/17/11 to move over Resources Tab n change tab bg & font color -->

ul.rMenu-hor li.page-item-188 {
margin-left: 120px !important;
}

li.page-item-188 {
background: #c3773e !important;
}

.page-item-188 a{color: white !important;}


<!-- End BAK added code -->

juggledad Jan 18, 2011 04:49 AM

What version of Atahualpa and WP?
What is the URL?

vCopia Jan 18, 2011 07:09 AM

WordPress: 3.04
Atahualpa: 3.4.9

juggledad Jan 18, 2011 07:49 AM

What is the URL?

vCopia Jan 18, 2011 08:15 AM

http://vcopia.com

juggledad Jan 18, 2011 01:52 PM

your comment is messing it up

vCopia Jan 18, 2011 01:56 PM

My comment? Which comment is that? Thanks.

vCopia Jan 18, 2011 02:04 PM

Ahhh. My ' <-- comment --> ' statement in the code. Was just trying to ID all changes I made so I could find them in the future, if needed. Didn't realize <-- --> doesn't transpose from HTML to CSS.

Used ' /* comment */ ' instead and it worked fine. You're a gem!


All times are GMT -6. The time now is 10:46 PM.

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