Remove “dots square” behind the post thumbnail from all single posts
1 |
.single-post #content .entry-thumbnail .post-thumbnail:after { display: none !important; } |
Remove vertical lines […]
Useful Code Snippets to Further Customize Gorgo
Remove “dots square” behind the post thumbnail from all single posts
1 |
.single-post #content .entry-thumbnail .post-thumbnail:after { display: none !important; } |
Remove vertical lines […]
Hide admin users in the Directory If you would like to hide your administrators from […]
Sometimes, you are using a child theme and you don’t want to edit its files by fear of losing your customizations in a future update. Our recommendation to easily add snippets to your WordPress website is using the Code Snippets plugin.
WordPress allows you to add custom CSS to change the appearance of your website through […]
By default when you create a child theme, the default CSS for the theme will […]
If you need to modify functionality, you will often need to insert custom PHP code in to your starter child theme.
Heads up! Make sure Menu image is installed first! Please make sure you have Menu […]