Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Bold active page link title - How? (http://forum.bytesforall.com/showthread.php?t=3861)

snarunas Oct 13, 2009 01:03 PM

Bold active page link title - How?
 
Hi again,

Anyhow is possibly to set active page link title inside of the widget to be bold?

juggledad Oct 13, 2009 01:26 PM

play with font-weight

snarunas Oct 13, 2009 01:43 PM

playing, but no change :) at style widgets, style sidebars, no any effect at all :(

juggledad Oct 13, 2009 02:19 PM

you will probably need to look at the generated source, figure out which widget and then do a css insert.

You could probably do it for all widgets using '.widget {...put css here...}' but you will probably have to be more specific since there is a lot CSS ansd the more specific for an override, the better.

snarunas Oct 14, 2009 09:37 AM

hmm, what is a possibly command for that? the PAGES widget exactly

juggledad Oct 14, 2009 11:40 AM

what css insert have you tried? show the code

snarunas Oct 14, 2009 12:00 PM

Actually I have not tried, im not sure what is a command to highlight active link title inside of PAGE widget :)

snarunas Oct 15, 2009 07:56 AM

Oki i found something, the CSS insert which works.

li.current_page_item {
background: #000000;

just one problem that i dont need a background colour for current open page link but simply to highlight the current open page text link, how that is possibly?

juggledad Oct 15, 2009 08:33 AM

what's your url?

snarunas Oct 15, 2009 12:46 PM

http://www.komantas.lt
username: komantas
password: 161203841

snarunas Oct 17, 2009 10:37 AM

hmmm, by some reasson

li.current_page_item a{
color: #67666f;
}

or

li.current_page_item a:link{
color: #67666f;
}

or

li.current_page_item a:link, a:visited, a:active{
color: #67666f;
}

not works:(

juggledad Oct 20, 2009 07:56 AM

try this
HTML Code:

td#right li.current_page_item a,
td#left li.current_page_item a {
color: #00ffff !important;
}



All times are GMT -6. The time now is 09:04 AM.

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