Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1592657
Font Size on Pages and how to customise bullets and numbered lists
Closed

Comments

  • injustoneday started the conversation

    Hi,

    Thanks for a great Theme!. I am trying to adjust the font size on Pages - I have found how to do it for posts but can't seem to see where to do it for the general font size for my pages ( please see the about page I have connected to).

    Also how do I customise bullets and numbered lists - so to change the position and again size?

    Many thanks

    Lianne


  •  2,699
    PenciDesign replied

    Hi,

    Thank you for loving our theme and your great words.

    1/ I see you've changed the font-size for text on your posts & pages to 15px.

    If you want to change this value for the page only, please add more this code to Customize > Custom CSS:

    body.page  p, body.page .post-entry p{ font-size: 16px;  }

    Change number 16 to any value you want.

    2/ Can you tell me more about this requirement? I'm not clearly about this. What did you mean about "position"?


    Best Regards,

    PenciDesign

  • injustoneday replied

    Thanks for the reply


    What I mean is the tab positions - how do I adjust the space between the bullet/number and the start of the text and again the font size for bullets and numbers. See attached screenshot 


    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    I understand it now.

    1/ For change the space between the bullet/number and the start of the text, please add more this code to Customize > Custom CSS:

    .post-entry ul, .post-entry ol{ padding-left: 30px;  }

    Change number 30 to value you want.

    2/ The font size of numbers displayed on the image you sent based on font-size of the text on the right side of numbers. So, if you want to change the size for that numbers, you need to change the size for ol li tag.

    To change the font size for ol li tag, please add more this code to Customize > Custom CSS:

    .post-entry ol li{ font-size: 16px;  }

    Change number 16 to value you want.


    Best Regards,

    PenciDesign