Home Forums WoodMart support forum change font size Reply To: change font size

#28057

Artem Temos
Keymaster

Hi,

Here is a CSS code for this

.woodmart-header-links > ul > li > a {
	font-size: 13px!important;
}

.topbar-text,
.topbar-menu .item-level-0>a, 
.topbar-menu .menu>.menu-item-language>a {
	font-size: 15px!important;
}

.post-single-page .entry-title,
.blog-design-masonry .entry-title {
	font-size: 16px!important;
}

.read-more-section a {
	font-size: 12px!important;
}

.widget-title, .widgettitle {
	font-size: 15px;
}

.widget_archive ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a {
	font-size:13px;
}

.woodmart-recent-posts .entry-title a {
	font-size: 14px!important;
}

.post-single-page .entry-content {
    font-size: 14px;
}

Regards