Where to put CSS codes
Hi,
i found in your short codes page, list of shortcodes. There is a button BUILDER ITEM on each shortcuts, where is atributes and CSS codes. There is also write, that i have to put CSS code here: BeTheme options > Custom CSS & JS > Custom CSS and write your own styles for this clas
But when i put CSS code there, it doesnt work and nothing happen. Should be CSS code put in CSS shortcode details too?
For expamle this short code:
http://themes.muffingroup.com/be/theme/shortcodes/content-elements/#howitworks
there is builder button with atributes and this css code:
.my-class-big-font { font-size:150% !important; font-weight:bold; }
BUt when i put code in option, nothings happen
Comments
you have to add this custom class to the element, and then add the custom css to the options.
Without that, this will not work.
thanks