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.
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.
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.
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Change number 16 to value you want.
Best Regards,
PenciDesign
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.
Hi,
You can use this code to do that:
Best Regards,
PenciDesign
Thanks