Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #518159

    Hi Team, for the font size can i change to em instead of px or % ?

    #518237

    Hey David57!

    Yes, you can use “em” in custom CSS code. Which element would you like to adjust?

    Regards,
    Yigit

    #518241

    thx! i would like to change the words in my home page from px to 0.75em.

    #518393

    Hi!

    Can u please define which area? I can see only blog posts inside headings and not any paragraph text.

    Cheers!
    Basilis

    #518461

    HI, i would like to change the headings “SPOTLIGHT: 7 TESTS OF TRUE STRENGTH” to em on the home page.

    #518798

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .avia_textblock h1 {
        font-size: 0.75em;
    }

    Best regards,
    Yigit

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