Plugin Author
Vova
(@gn_themes)
Hi,
try to use next custom CSS:
.su-row.green-row .su-column { background: green }
.su-row.green-row .su-column .su-column-inner { padding: 1em }
with next shortcode:
[su_row class="green-row"] ...columns... [/su_row]
Vladimir
Thread Starter
woralo
(@woralo)
I tried, I added the CSS to the stylesheets.css but nothing happened.
Shouldn’t it be .su_row in stead of .su-row?
And also this would potentially change the bg color on all the columns and I want to be able to change the colors per column.
Thanks for you time in advance!
Thread Starter
woralo
(@woralo)
Ah I made a little mistake, got it working for all columns, I think I will be able to figure out single column colors, thanks!
Hi
Is it possible for the space in-between the columns to have the same background colour as the columns?
Thanks in advance
I just did this:
on css file:
.grey {background-color: #eeeeee; padding: 5px;}
in doc:
[su_row class="grey"]
Hi there.
How can i give different background colors at columns,and have no space between them?
Thank u in advance
John