Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #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

    #1285680

    Hey sandreucci,

    Best regards,
    Victoria

    #1285683

    thanks Victoria!
    I turned off Javascript merging. Everything has been fixed.

    thanks

    #1285684

    Last question: I see a different size of typo on list. Can I have the same size of type in list?

    #1285793

    Hi,

    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,
    Yigit

    #1286192

    Hi 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, 2 months ago by sandreucci.
    #1286398

    Hi,

    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,
    Yigit

    #1287413

    thanks. last question.
    How is possible to have larger line spacing? How is it possible to change line spacing?

    #1287755

    Hi 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,
    Victoria

    #1287816

    hi 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?

    #1287849

    Hi sandreucci,

    These changes are made with the css.

    Well, here is the link for you :
    https://www.w3schools.com/w3css/

    Best regards,
    Victoria

    #1288018

    hi 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;
    }

    #1288578

    Hi 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,
    Victoria

    #1288611
    This reply has been marked as private.
    #1288613

    Hi 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,
    Yigit

    #1288614

    Hi Yigit,

    It’s perfect!
    The site problem has been solved.
    Thank you for your quick response.

    #1288616

    Hi,

    You are welcome!
    Let us know if you have any other questions or issues and enjoy the rest of your day! :)

    Best regards,
    Yigit

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.