hover effect on title text?
13 years 8 months ago #72
by bjamminb
hover effect on title text? was created by bjamminb
Hi, love the extension. I've had no troubles with the major css modifications but for some reason i can't figure out how to get a simple hover effect to change the font colour on mouse over of the top menu. I have tried a lot of different things. Should this work:
because it has no effect on my site?? the text colour remains white on mouse over
hope you can help
Code:
/* item title when mouseover */
div#<?php echo $id; ?> ul.maximenuCK a:hover span.titreCK {
color : #A13916;
}
because it has no effect on my site?? the text colour remains white on mouse over
hope you can help
Please Log in or Create an account to join the conversation.
13 years 8 months ago #73
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: hover effect on title text?
do you have an url ?
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
13 years 8 months ago - 13 years 8 months ago #74
by bjamminb
Replied by bjamminb on topic Re: hover effect on title text?
Last edit: 13 years 8 months ago by bjamminb.
Please Log in or Create an account to join the conversation.
13 years 8 months ago - 13 years 8 months ago #75
by bjamminb
Replied by bjamminb on topic Re: hover effect on title text?
edit
Last edit: 13 years 8 months ago by bjamminb.
Please Log in or Create an account to join the conversation.
13 years 8 months ago #76
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: hover effect on title text?
try this one
Code:
div#<?php echo $id; ?> ul.maximenuCK li a.maximenuCK:hover span.titreCK {
color: red;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
13 years 8 months ago #77
by bjamminb
Replied by bjamminb on topic Re: hover effect on title text?
excellent, that did the trick.. fastest support i've ever had!
thanks
thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.222 seconds