6thirty: (kai looking at you)
Syx ([personal profile] 6thirty) wrote in [community profile] style_system2016-09-02 03:05 pm
Entry tags:

How to get rid of the underline of navigation links, as well as the size of the bar and font

Hi again. It's me, Syx, and I'm trying to get rid of the underline under the navigation links. I also want to know where I can fix the size and font-size of the navigation bar too.

Here is the code:


Could you please help me figure it out? There may be an excessive amount of code when dealing with navigation bar and navi-links section.
vorador: (Default)

[personal profile] vorador 2016-09-04 08:04 pm (UTC)(link)
the underline problem: text-decoration:none!important; should solve it.

to change the size of the navbar, find .module and add width:XXX;. you may need to adjust the size of the entries too or they may overlap with the navbar.

you can change the font sizes in .module-content.

i hope this helps! :)
Edited 2016-09-04 20:04 (UTC)