Jump to content

NAV list ( Font size ) ( Style Sheet )


Tigran

Recommended Posts

Hi guys,

 

I have installed Vector Skin but can't find the right style sheet.

How can we change the font size from the nav list. Its now 13px and want 16px.
Where can we find the style sheet.

 

I hoop to hear from you soon.

Kind regards,

 

Tigan Gabrelian

Link to comment
Share on other sites

Welcome Tigran! Glad to see you made it to the forums.

 

I used a Firefox plug-in called Firebug. Firebug allows one to view (and experiment with) the active CSS rules that apply to any place in the web page.

 

Using a friends web site, I see that the Navigation List is found at:

#widget-header-lower nav > ul { font-size: 1.077em; }

 

Vector uses a style of CSS coding I have not seen before. It is called LESS, and I really have no idea how it actually works.

 

Vector also collects up all the stylesheets and makes one very long CSS file. Firebug says this CSS rule is at line 3184. But that is misleading.

 

Find a good file "search" utility. Making a good guess that what you need to find is the phrase nav > ul, the search program should find, in the /less/ directory, this:

 

In the file style.less, line 479, adjust the font size to what you need.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...