badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Customising Font size of featured content on mobile device

#45483

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!