12 cols width system
BM Content builder obeys the rule of 12 columns width. When you add a new module, it’s 12 width cols by default. You could adjust the module width by the tools bar on each module. The module will be fullwidth if the width is over 12 columns. If you want […]
Social links on Header and Expanded Panel
If you want to show your own social media links, there are 2 steps mainly. Create social links, refer to the tutorials. Activate the social links on the header or expanded panel, set spacing and size. We mainly talk about the step 2. (These options will be added in v3.4) […]
Header Icon(6/9 Dots Icon)
Go to ART Theme > Theme Options > Header, you will find the Header Icon options The header icon is the 9(or 6) dots icon for a popup panel. Header Icon Style To show the Header Icon, please activate it as ON. You could choose the icon with 6 or […]
Menu Items Style
The menu could be shown on the header, expanded panel, footer. Please refer to the tutorials to create the menu. To set the Menu items spacing and other styles, please go to “Art Theme > Theme Options > Header” Spacing Horizontal Spacing for Menu Items on Header Left Spacing for Menu […]
How to make a WooCommerce masonry layout list shop page?
Config Thumbnails Ratio The default Shop page layout is a standard grid. It forces all product images to stay the same size. How to make a WooCommerce masonry layout? The product images should be with the original ratio. Please go to Appearance>Customize>WooCommerce>Product Images, set “uncropped “. It would be like: […]
How to disable the Header animation from the top?
This article fits the ART, SEA, Arnold, theme. Please paste the custom CSS code to “Appearance > Customize / Additional CSS”: #header { -webkit-transition: -webkit-transform 0s; transition: transform 0s;} You of course add the CSS codes in the child theme.
How to find WordPress Post/Page ID
It is very easy to find WordPress Post/Page ID, only 3 steps: Login wp-admin, go to Pages(or Posts) > All Move the mouse cursor to a page(or Posts) title, there will be a URL shown on the bottom status bar of the browser You will see a number like the […]
How to custom a WordPress Theme(child theme)
This article fits the ART, SEA Air, Arnold, Za, Theone, Aside theme. Our themes support multiple customization ways. Maybe you want to make some custom job. But please don’t change the theme file directly. Because the theme update will cover the changed theme files. CSS codes Most of the style of custom work […]
How to 1-click Duplicate WordPress Page
To duplicate WordPress page quickly, we recommend WordPress plugin Yoast Duplicate Post. Please go to Appearance > Install Plugins, install/activate the “Yoast Duplicate Post” plugin. If you cannot find the Install plugins page, please go to Plugins > Add new, search “Yoast Duplicate Post” to install and activate it. Go […]