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

    Hello,

    How do I make my font (text block content) 16px Courier and a darker color that is more eligible to read then the standard enfold default color?

    Thank you

    #471311

    Hi Nathan!

    Thank you for using Enfold.

    You can add this to the Quick CSS field:

    .avia_textblock p, .avia_textblock {
      font-family: Courier;
      font-size: 16px;
      font-weight: 600;
    }

    Regards,
    Ismael

    #471384

    Thank you Ismael,

    It worked, however on this page:
    http://bodytalkcare.com/about/

    Under where it says “purposes” “passion” and “values”
    the first bullet point is off, do you know why that is?

    Thank you for your assistance I appreciate it.

    #471591

    Hey!

    Please add following code to Quick CSS as well

    .entry-content-wrapper ul li:first-child {
      list-style: disc inside;
      margin: 0;
    }

    Cheers!
    Yigit

    #471725

    thank you!
    :D

    #472005

    Hi!

    Glad we could help :)

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Font size and color’ is closed to new replies.