- This topic has 3 replies, 3 voices, and was last updated 6 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Mega Blog Pro › Font size and color
On the customization part on Typography, why isn’t there an option to change the font size and color? I would like to change the color and font size for the body so it’s read easily.
Hello @pinpin39aol-com,
First of all thank you very much for using the pro theme.
The theme now have the option to change the scheme color and for this you need to go to Admin Panel > Appearance > Customize > Colors > Color Scheme. Here change the color as per your requirement.
As for the font size, the theme does not have the option to change the size so you can use below given custom CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
body {
font-size: 1.00rem;
}
You can change the size as per your requirement.
Hope this helps.
Thank you.
Best Regards!!
I have a similar question, but only want to change the color of the links. There is no option to do this in the Color Scheme panel. Please help as links the same color as text do not look like links at all!
Hello @dualdings,
First of all our sincere apology for the delay in replying to you.
The theme itself does not have the option to change the color of the link but we will provide the custom CSS using which you can change the color of the link.
a {
color: #2291b1;
}
This will change the color of the link for the entire site.
You can also change the color code as per your requirement.
Hope this helps.
Thank you.
Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |