AntonShevchuk / wp-constructor

Wordpress Constructor Theme for those who want to create a unique blog design quickly and effortlessly
https://wordpress.org/themes/constructor/
0 stars 0 forks source link

navigation font size #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I cannot change the Nav font size?

.navigation {
    font-size:1.4em;
}

to say

.navigation {
    font-size:12px;
}

Great Theme!

Original issue reported on code.google.com by seanmcco...@gmail.com on 18 Nov 2009 at 11:59

GoogleCodeExporter commented 9 years ago
Don't forget about "!important" rule:
{{{
.navigation {
    font-size:12px !important;
}
}}}

Original comment by AntonShe...@gmail.com on 19 Nov 2009 at 11:24

GoogleCodeExporter commented 9 years ago

Original comment by AntonShe...@gmail.com on 27 Jan 2010 at 11:59