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 #1699838
Social Icon
Closed

Comments

  • Ravi started the conversation

    Hi,

    I want to increase the size of social share icon which is at the bottom of every post as you can see in the post gmail archive. please suggest is there any settings under the theme or custom css that increase the size of social share icon.

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .post-share a{ font-size: 16px; }
    

    Change number 16 to value you want.


    Best Regards,

    PenciDesign

  • Ravi replied

    Thanks for your immediate response

    I have used this CSS  p { font-size:16px; }  to change the font size of paragraph. The size of paragraph is changed but the font size of bullet list did not change.

    How to change font size of paragraph along with bullet list.


  •  2,699
    PenciDesign replied

    Hi,

    You can use this code to do that:

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

    Best Regards,

    PenciDesign

  • Ravi replied

    Thanks