I can’t seem to put any styling elements in my shortcode (first time i’ve used shortcodes). I’ve tried inline styling, I’ve tried giving a class to the shortcode example:
[one_third class=”grn”]
with css in style sheet:
.grn{
background-color:#CCCC99;}
giving it ID and styling in my css file.
Help Please
How do I create a background color for each of these columns?
Thanks
[one_third]first[/one_third]
[one_third]second[/one_third]
[one_third_last]last[/one_third_last]
Thanks,