How to customize display of vertical navigation menu items
Customizing menu items in vertical navigation may seem difficult, but it brings a lot of […]
Useful Code Snippets to Further Customize your theme
Customizing menu items in vertical navigation may seem difficult, but it brings a lot of […]
You want to go further with the customization of the theme/plugin? This is considered as customization work. We recommend that you hire a developer to do this work for you.
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 […]
A large choice of icons is available for your theme. Depending on the theme you choose, several icon packs may be available.
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.
With the help of some snippets, you’ll be able to hide the bubbles or change the used color by adding them in your customizer.
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.
A mega menu is organised in columns to make a long sub-menu clearer. Moreover, an image can be added in background so this sub-menu can be more appealing.