Hi Guys, Was wondering if there is any option to change the main
menu size?
Was looking at style.css and i found this:
.menu ul li
a{
padding:10px 0;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
font-size: 13px;
font-weight: 400;}
Can i change it there in font
size??
Hello,
In template admin area we don't provide possibility to change font size, only font and font color can be changed.
But it's very simple operation you can do it via FTP and Firebug tool
Go to:
www.yoursite/templates/os_infographics_s...r_2013/css/style.css
LINE: 133
Change this:
.menu {
float: left;
}
to this
.menu {
float: left;
font-size: 16px;
}
Thanks,
OrdaSoft team