Tigran Posted March 5, 2014 Share Posted March 5, 2014 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 Quote Link to comment Share on other sites More sharing options...
bsmither Posted March 5, 2014 Share Posted March 5, 2014 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. Quote Link to comment Share on other sites More sharing options...
Tigran Posted March 5, 2014 Author Share Posted March 5, 2014 Thanks for the reply, How can i lock the background so the background doenst move only my webshop. Kind Regards, Tigran Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.