Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #431113

    Dear Kriesi team,

    where to change default police size in the text block?
    In the Advanced styling>Customise element I only see how to setup Heading and Main menu links?
    thank you!

    #431620

    Hey Soapmarine!

    Do you mean the default font size? Try adding this to your custom CSS.

    #top .avia_textblock p { font-size: 14px; }
    

    Cheers!
    Elliott

    #431788

    hey Elliot!

    yes, I mean default font size ‘body’ in the text block. I suppose you mean something else because you code snippet doesnt work.

    This is the text I’m referring to http://imgur.com/op8zVBr (page http://www.soapmarine.com/jpgoffin/services/)

    thank you!

    #432253

    Hi!

    Please add following code to Quick CSS

    body {
      font-size: 16px;
    }

    Regards,
    Yigit

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