Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #715162

    Hi Kriesi Team,
    I would like to change the font size, font color and font family of a “catalog element” from Custom CSS Calss part.
    .

    May I know how?

    Regards,
    Sadegh

    #715206

    Hey Sadegh,

    Please add a custom css class name in the empty filed highlighted in red.

    example :

    bigFont

    then add the below css to Enfold > General Styling > Quick CSS

    .bigFont {
       font-size: 20px!important;
    }

    Please refer to https://css-tricks.com/ for custom css codes.

    Best regards,
    Vinay

    #715770

    Hi Vinay,
    Thank you.
    (you may now close the thread please)
    Regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘change font size from Custom CSS Class’ is closed to new replies.