ACTIVE STATE?????
7 years 11 months ago #39341
by flebotomy
Replied by flebotomy on topic ACTIVE STATE?????
I can't just publish the website, it's not finished...this is the only way to view it until it's ready.
I've attached two screenshots with firebug, but I'd really appreciate it if you could look at
dev.
I've attached two screenshots with firebug, but I'd really appreciate it if you could look at
dev.
Please Log in or Create an account to join the conversation.
7 years 11 months ago #39345
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic ACTIVE STATE?????
ok
you can use this rule in the theme or any css file
you can use this rule in the theme or any css file
ul#accordeonck203 li.accordeonck.active > span a {
color: #B83A32;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
7 years 11 months ago #39353
by flebotomy
Replied by flebotomy on topic ACTIVE STATE?????
Thank you, that worked. I'll replicate this for the other IDs - your help is greatly appreciated.
Happy Holidays!
Happy Holidays!
Please Log in or Create an account to join the conversation.
7 years 11 months ago #39354
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic ACTIVE STATE?????
thank you, happy holidays to you too !
a little tips, if you are using the same theme for all modules you can use <?php echo $id; ?> like this
this avoids to replicate the css rule for each menu ID
a little tips, if you are using the same theme for all modules you can use <?php echo $id; ?> like this
<?php echo $id; ?> li.accordeonck.active > span a {
color: #B83A32;
}
this avoids to replicate the css rule for each menu ID
Joomlack Webmaster and Developer
The following user(s) said Thank You: flebotomy
Please Log in or Create an account to join the conversation.
7 years 11 months ago #39365
by flebotomy
Replied by flebotomy on topic ACTIVE STATE?????
perfect - thanks again!!!
Please Log in or Create an account to join the conversation.
Time to create page: 0.212 seconds