OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Infographics, September 2013 (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Infographics, September 2013

Ulanovatem (User)
Gold Boarder
Posts: 295
graphgraph
User Offline Click here to see the profile of this user
OrdaSoft
Infographics, September 2013 10 Years, 5 Months ago
Karma: 7  
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
Logged Logged
The administrator has disabled public write access.
Go to top
»