Change Color in Editor using short code.

How do I change colors of the text using short code, since the editor does not have a place to do that? http://inneru.guru/ The section is at the bottom:  Join our InnerU circle. I would like to change both the headline and the text color. Thanks!

Comments

  • Hi,

    You cannot change its colour using theme options. You would have to use custom CSS.
    For example, when editing an item in the builder you can give it your own classes. Then write css. So if you would give your elment the class my-custom-heading then the css would look like this
    .my-custom-heading {
    font-size:20px;
    color:red;
    }
    Just change the vaules.
    You can read more about this item here

    Thanks
Sign In or Register to comment.