|
#1
Oct 13, 2009, 02:03 PM
|
|
Hi again,
Anyhow is possibly to set active page link title inside of the widget to be bold?
Last edited by snarunas; Oct 13, 2009 at 02:08 PM.
|
#2
Oct 13, 2009, 02:26 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
play with font-weight
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
Oct 13, 2009, 02:43 PM
|
|
playing, but no change at style widgets, style sidebars, no any effect at all
|
#4
Oct 13, 2009, 03:19 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5
Oct 14, 2009, 10:37 AM
|
|
hmm, what is a possibly command for that? the PAGES widget exactly
|
#6
Oct 14, 2009, 12:40 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what css insert have you tried? show the code
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7
Oct 14, 2009, 01:00 PM
|
|
Actually I have not tried, im not sure what is a command to highlight active link title inside of PAGE widget
Last edited by snarunas; Oct 14, 2009 at 01:03 PM.
|
#8
Oct 15, 2009, 08: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?
Last edited by snarunas; Oct 15, 2009 at 09:25 AM.
|
#9
Oct 15, 2009, 09:33 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what's your url?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#11
Oct 17, 2009, 11: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
Last edited by snarunas; Oct 17, 2009 at 12:02 PM.
|
#12
Oct 20, 2009, 08:56 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
try this
HTML Code:
td#right li.current_page_item a,
td#left li.current_page_item a {
color: #00ffff !important;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
|