Jump to content

Is there such a module for in-page css styling ?


adrianmak
 Share

Recommended Posts

Link to comment
Share on other sites

Another approach is to add class to the body tag, eg.

<body class="template-basic-page page-1022" blabla

and add specific rules in your CSS like 

#page-1022 .main-content {
   background: red;
}

The critical cons of this method is ordinary users have to access the template css file.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...