Hello,
I think this theme is great, but my primary links are tiny. Any ideas?
A great workaround is to enable the primary links module for the left sidebar. You should be set once you do that.
The tiny primary links end up blending into the background as part of the theme which I believe was the original intention.
Is it possible to enlarge primary links and make black background for them?
IMHO I don't think it was intentional (if that was a feature why not just not print out those links rather then make them very small) but just in case, in defaults.css line 217 the font size is set for 5px. Update this value to fix.
@fasdalf@fasdalf.ru to add a black background add this rule
#primary-nav ul { background: none repeat scroll 0 0 #000000; }
Link size has been increased and black background added to increase visibility.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
Amp commentedA great workaround is to enable the primary links module for the left sidebar. You should be set once you do that.
The tiny primary links end up blending into the background as part of the theme which I believe was the original intention.
Comment #2
fasdalf@fasdalf.ru commentedIs it possible to enlarge primary links and make black background for them?
Comment #3
ishmael-sanchez commentedIMHO I don't think it was intentional (if that was a feature why not just not print out those links rather then make them very small) but just in case, in defaults.css line 217 the font size is set for 5px. Update this value to fix.
@fasdalf@fasdalf.ru to add a black background add this rule
Comment #4
ishmael-sanchez commentedComment #5
ishmael-sanchez commentedLink size has been increased and black background added to increase visibility.