Home » Random Stuff » How To Remove Clock Icon From WordPress Site

This post contains affiliate links. As an amazon associate I earn from qualifying purchases. The contents of this page are for educational purpose. Always, seek advise of a licence professional in your area for your needs.

How To Remove Clock Icon From WordPress Site

Few tips to customize your website.

Got to Appearance section and then Customize. Under CSS add these snippet of code.

.icon-clock{ display:none !important;}

How To Remove Authors name From WordPress Site

ul li.meta-author {
display: none;
}

How To Change the font size of the full website  of a WordPress Site

Change the font size of your like.

p {
font-size:16px;
}

Remember to click published.



This post contains affiliate links. As an amazon associate I earn from qualifying purchases. The contents of this page are for educational purpose. Always, seek advise of a licence professional in your area for your needs.