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

text size [Solution available ] | Forum

Topic location: Forum home » Development » Themes
Anas mansour
Anas mansour Jun 6 '14
hi
i dont know where to edit the the text size of contents titles/widget titles in the main menu , like
NEWSFEED
PHOTO
.....etc
The Forum post is edited by Aliya Nov 25 '16
Kяuncн Leader
Kяuncн Jun 6 '14
Navigation Menu:
.ow_main_menu li a {
font-size: 16px}

Widget Head Titles:
.ow_box_cap h3, .ow_box_cap_empty h3 {
font-size: 16px}

Widget Content Titles:
.ow_ipc_header a {
 font-size: 16px}
The Forum post is edited by Kяuncн Jun 6 '14
Anas mansour
Anas mansour Jun 7 '14
thanks ,,
Ketil Ervik
Ketil Ervik Sep 11 '16
NEWSFEED text size?


How to chang that

Kяuncн Leader
Kяuncн Nov 23 '16
.ow_box_empty .ow_newsfeed_content.ow_smallmargin {
font-size: 16px}
Ketil Ervik
Ketil Ervik Nov 23 '16
Thanks