Tagged: enfold blog
Hi, I have added the code found on the forum to adjust the size of the text on blog posts only.
.blog .entry-content p {
font-size: 18px !important;
}
I have flushed the cache on my browser and on my hosting. I also waited a day to double check, but still nothing has changed, it remains at 21px
Could you please check to see what I am doing wrong? and when the text does adjust to 18px will this also take affect on mobile or does there need to be an additional snippet of html code added?
Thank you in advance
Andrew
Hey Andrew,
Thank you for the link to your site, the correct css is:
.single-post .entry-content p {
font-size: 18px !important;
}
I adjusted this for you.
If you want your Table of Contents and list items to also have this font size try adding this css:
.single-post .entry-content li {
font-size: 18px !important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you Mike, I added the code for the table of contents as well
.single-post .entry-content li {
font-size: 18px !important;
}
I can see the single post entry has changed so just waiting the hosting cache to catch up for the table of contents, appreciate the help.
Andrew
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike