Tagged: link text color, sidebar
Author | Posts |
---|---|
robertlo
August 7, 2015 at 8:13 pm
|
Heads up! this post was created when Microthemer was at version 4. The current version is 7. Some references to the interface may be out of date. http://bpp.leadoptimize.com/gun-barrel-pilings/ I have the following selector in MT: ul.menu li This is for the left sidebar menu. It appears I have the right selector. Any changes to font size, weight, italics applies correctly. But I need to change the link color, and the color I set in MT for that selector is having no effect. The other MT CSS options are, but link color is not. It appears I need the selector with the a in it for the link, but I can’t find in MT or firebug. I can easily find the a selector or an individual menu item (which is why the first item in that menu is blue), but I can’t find the selector to make all links in sidebars blue. That is really want I want to do. Can you assist? |
Abland
August 10, 2015 at 5:07 am
|
Hi, robertlo, You could try the following as three separate selectors: 1. Passive links:
2. Hovered links: 3. Active links:
The pointy brackets just mean to target the immediate element so if you add sub-menus these rules won’t apply to them. |
Abland
August 10, 2015 at 5:18 am
|
Oops – 3. Active Links:
Class active shouldn’t be on the last a element. |
robertlo
August 10, 2015 at 7:57 pm
|
Abland, Perfect! |