Can’t change font size in Astra Starter Template
-
I’m currently in the process of creating a website and I’ve decided to use the Astra Theme and Starter Template to help with this.
Now the issue I’m having is getting ALL of the body text and footer text to be size 17px across desktop, tablet AND mobile.
Particularly in mobile.
I’ve created a child theme and made changes there but nothing has changed.
I’ve made changes in the Customise section with additional CSS and nothing has changed.
I contacted my web hosting provider (One.com) to see if there is any script that I need to delete in my control panel and I can’t they said no.
Below is the CSS that I’m using:
.elementor-image-box-description {
font-size: 17px;
}
.elementor-icon-list-text
{font-size: 17px;
}
html, body {
font-size: 17px;overflow-x: hidden;max-width: 100%;margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;position: relative;height: 100%;
}
html, footer {
font-size: 17px;
}
With that said, can someone help me with this?
P.s. Changes need to reflect in Google Chrome
The page I need help with: [log in to see the link]
- The topic ‘Can’t change font size in Astra Starter Template’ is closed to new replies.