June 14, 2016 at 7:24 am
#45483
Theme Horse Support Team
Keymaster
Hi Markus,
To change the font size for feature content just go to Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
@media only screen and (max-width: 767px) {
.featured-text .featured-content {
font-size: 20px;
line-height: normal;
}
}
Note: Change the digit value 20 above to your own value to change the font size.
Also you can easily edit the typography via built in theme options just go to Appearance -> Customize -> Ambition Theme Options -> where you can see the Font Family/size/color.
Thank you!