Install #1 Page Builder App for FREE and get deal 6 months of Standard Plan. Hurry up! See Detail  

Header background

Ecomus - Theme Settings - Custom CSS

Mie Tran

Written by Mie Tran

Last updated

290 views

On this page


A cascading style sheet (CSS) changes how elements are displayed in your theme, and can control the appearance of several pages at one time. You can customize your theme beyond the settings that are built into a theme by using the custom CSS feature. You can add custom CSS to your entire theme, or to a specific section of a template or devices within your theme.

Custom CSS isn't supported on the Checkout page.

custom css.gif

To use this section, from Theme editor > Theme settings > Custom CSS.

Note: Please use this section if you have the knowledge about HTML, CSS; because if you use incorrect code, it can be break layout and have issues with theme design.

This is the trick if you want to custom CSS for specific device. We have the responsive code for each device:

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1150px) {
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width:1149px) {
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width:1149px) {
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width:767px){
}

For example: You want custom css to show only on the Desktop, you will add code in the responsive code for only Desktop.

only for desktop.gif

Similar as you want to custom CSS for only mobile.

only Mobile.gif

Summarize, if you want to custom CSS with basic code, you can contact with support our theme. We will support and guide you to the best of our ability.

[Private Offer] EComposer Partner Plan

ecomposer.jpg
Exclusively for The4 users, when you bougth any theme from us, you can get Ecomposer - Theme Partner Plan for ZERO and start making beautiful, high-converting store pages today:

  • FREE 100% EComposer Standard plan for 6 months (save you $114)
  • Build ANY Shopify pages: Landing page, Sale Funnel page, Lead pages, & other custom pages tailored for your marketing campaigns.
  • Create advanced sections & add to your theme with ease
  • 100+ professtional, stunning designer-made templates
  • Build pages with a love drag-drop editor, no coding required

How to claim offer. Install EComposer HERE. Then open chatbox icon in EComposer dashboard and leave a message with subject "Theme name+EComposer" to upgrade for free

Ecomposer1.jpg
Cheers, The4.

We highly recommend Shopify apps from our partners.

We uses cookies to ensure you get the best experience on our website.