We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

how to change font - ShowCase | Forum

inside83
inside83 Dec 26 '14
I love this theme and was wondering how to change the font.

Please see the attached screenshot.

Attachments:
  font.jpg (8Kb)
falancas
falancas Jan 31 '15
Yes, how to change theme font?
inside83
inside83 Feb 2 '15
@falancas

Go to Appearance > Edit theme > CSS and under Edit CSS box add:


.ow_main_menu{

font-family: 'Open Sans Condensed', sans-serif;

font-size: 16px;

font-weight: bold;

display: table-cell;

text-align: center;

vertical-align: middle;

padding: 4px 0px 0px;

}


Of course, you can change those values according to your needs.

The Forum post is edited by inside83 Feb 2 '15
You do not have permission to reply this topic