Hello,

I think this theme is great, but my primary links are tiny. Any ideas?

Comments

Amp’s picture

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.

fasdalf@fasdalf.ru’s picture

Is it possible to enlarge primary links and make black background for them?

ishmael-sanchez’s picture

Component: Miscellaneous » Code
Status: Active » Needs review

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;
}
ishmael-sanchez’s picture

Assigned: Unassigned » ishmael-sanchez
ishmael-sanchez’s picture

Status: Needs review » Fixed

Link size has been increased and black background added to increase visibility.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.