-
AuthorPosts
-
March 5, 2021 at 11:04 am #1285670
Hi All,
after upgrading enfold to the last release I have two issues:1) I can’t get access to the ‘Menu’ of my site using mobile/smartphone. Tried different browser/apple/android. Can you get access my site and check what happened?
2) I have CSS code suggested by you to have Bold Title on my articles and pages. After the upgrade the titles are no bold like before the upgrade. Can you check what happened? I disactivate my google font plugin and reactivated but I continue to see the issue
You can find all the details in private content to get access
March 5, 2021 at 11:29 am #1285680Hey sandreucci,
Best regards,
VictoriaMarch 5, 2021 at 11:32 am #1285683thanks Victoria!
I turned off Javascript merging. Everything has been fixed.thanks
March 5, 2021 at 11:34 am #1285684Last question: I see a different size of typo on list. Can I have the same size of type in list?
March 5, 2021 at 3:24 pm #1285793Hi,
I am not sure I understood the issue. Could you please elaborate? Screenshots would help so please upload them on imgur.com and post the links here :)
Best regards,
YigitMarch 7, 2021 at 1:43 pm #1286192Hi Yigt,
you can see this article (private content).
The size of typo is larger than the body text. How can I have the same size.
Can you also helping me to understand how to have larger spaces between lines?
- This reply was modified 3 years, 8 months ago by sandreucci.
March 8, 2021 at 11:56 am #1286398Hi,
Please add following code to Quick CSS and adjust the values as needed
.entry-content-wrapper li { padding: 4px 0; font-size: 15px; }
Best regards,
YigitMarch 11, 2021 at 1:06 pm #1287413thanks. last question.
How is possible to have larger line spacing? How is it possible to change line spacing?March 12, 2021 at 4:23 pm #1287755Hi sandreucci,
You can try to use this code instead:
.entry-content-wrapper li { padding: 4px 0; line-height: 28px; font-size: 15px; }
If you need further assistance please let us know.
Best regards,
VictoriaMarch 12, 2021 at 6:41 pm #1287816hi Victoria,
how can I find a manual to write CSS code?Can you confirm that these changes ( line spacing/size of body text) can be done only with CSS code? Or, is it possible to make the changes with Enfold/wordpress settings?
March 12, 2021 at 7:16 pm #1287849Hi sandreucci,
These changes are made with the css.
Well, here is the link for you :
https://www.w3schools.com/w3css/Best regards,
VictoriaMarch 13, 2021 at 3:17 pm #1288018hi Victoria,
Applying the CSS code below, I don’t see any changes in the line spacing of the body text. Am I wrong?
.entry-content-wrapper li {
padding: 4px 0;
line-height: 28px;
font-size: 15px;
}March 16, 2021 at 5:42 pm #1288578Hi sandreucci,
This code is for the li tag not for the body text. Did you try disabling css merging and clearing the cache?
Best regards,
VictoriaMarch 16, 2021 at 7:48 pm #1288611This reply has been marked as private.March 16, 2021 at 8:27 pm #1288613Hi Nimbusworks,
Thanks for contacting us!
I went to Enfold theme options > Performance and disabled CSS and JS file merging and compression, checked “Delete old CSS and JS files?” at the bottom of the tab and saved theme options. After that, I enabled CSS and JS file merging and compression again.
Please review your website :)
Best regards,
YigitMarch 16, 2021 at 8:33 pm #1288614Hi Yigit,
It’s perfect!
The site problem has been solved.
Thank you for your quick response.March 16, 2021 at 8:38 pm #1288616 -
AuthorPosts
- You must be logged in to reply to this topic.