Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #284221

    Tristan A
    Participant

    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>

    #284222

    Tristan A
    Participant

    There is a column shortcode missing in the previous post (sloppy cut and paste) but you get the point I guess.

    #284497

    Zeshan
    Member

    Hi 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.

    #601623

    Tristan A
    Participant

    Would you please update the CSS code in this forum for use with x-theme / Cornerstone?

    Many thanks!

    #601810

    Zeshan
    Member

    Hi 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!