-
AuthorPosts
-
May 28, 2015 at 4:36 am #284221
Ok, I would then put the entire content band shortcode between the <div>’s, like so?
<div id=”red down arrow”>[vc_row inner_container=”true” no_margin=”true” class=”down-arrow”][vc_column width=”1/2″] “my content” [/vc_column][/vc_row]</div>
May 28, 2015 at 4:36 am #284222There is a column shortcode missing in the previous post (sloppy cut and paste) but you get the point I guess.
May 28, 2015 at 9:26 am #284497Hi Tristan,
Yes, you can wrap your content band including the columns in a div with custom ID.
OR, you can also use custom CSS class to your content band for example red-band and then use CSS class instead of ID. This way, you won’t need to switch tabs and wrap your content bands in a div with custom ID. So the code would become:
.green-band.down-arrow .x-container:before, .green-band.down-arrow .x-container:after { border-color: green transparent transparent; } .red-band.down-arrow .x-container:before, .red-band.down-arrow .x-container:after { border-color: red transparent transparent; }
Thanks.
September 28, 2015 at 12:25 pm #601623Would you please update the CSS code in this forum for use with x-theme / Cornerstone?
Many thanks!
September 28, 2015 at 2:30 pm #601810Hi Tristan,
As this is a custom development, further customizations from here would be outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!
-
AuthorPosts