Custom CSS per Columns item

Hello,

It may be a basical question, but today I'm able to customize styles per page through the Customs CSS field.
But I find no solution on how to customize styles per section, wrap or item.
Under the Column item, I see some Custom | Classes & Custom | Styles fields but I don't know how to use them, to customize some h4, h5, blockquote or buttons.
- For Custom | Styles, when I put "color:#F9EDE1; .style-simple blockquote { color: #3C3C3B; }", the color of <p> <span> class does change, but I can't change the blockquote color. It seems to work only on <p> <span> class, isn't it ?
- But most importantly, can you tell me how to use the Custom | Classes field ?

Thanks

Comments

  • Hello,
    this field is to add a custom class to the element and then write custom css to this class name in theme options>custom css&js>css. If it does not work, try adding an !important at the end of the css declaration, for example:
    background: red !important;
Sign In or Register to comment.