Adding custom CSS

How Can We Help?

Adding custom CSS

You are here:

1. Global Custom CSS

Your custom code will be stamped on all pages.

2. custom CSS for specific page

 

It’s easy to insert custom CSS code designed to work on a  page.  Your custom code will be stamped only for the page you are working on, and will not affect other pages.  Switch to the Page Builder mode At the top right corner you will see a “gear” icon. Click on it to open a code editor window where you can insert your custom code. Switch back to normal mode if you no longer need to work with the Page Builder mode.

For example, you can paste this code to hide the menu and footer area only for a page:

.dima-navbar-wrap, .dima-footer{
display: none;
}