Page Builder by SiteOrigin

Page Builder by SiteOrigin is one of the best free visual page builders, Mesopotamia is fully compatible with it, however here are some CSS tricks and Mesopotamia best settings to make your pages that built with Page Builder by SiteOrigin better.

 

  • Best Mesopotamia template page for Page Builder by SiteOrigin is “Content Full Width” template.
  • Page Builder by SiteOrigin uses in some cases anchor tags as buttons, Mesopotamia default style is to add underline below the anchor tags, so in order to avoid the anchor tags underline in the buttons you can add the following CSS code in the style.css of your child theme.
     .ow-button-hover:hover { text-decoration: none; } 
  • If you found that the icons didn’t render correctly just add the following CSS code in the style.css of your child theme.
     .sow-icon-fontawesome[data-sow-icon]:before { font-family: 'fontawesome'; }