Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • touchdown Friend
    #198960

    I’m using the “support policy 2” divs but I have one row that I want to make a third color. Right now it alternates with “row-alt” I want to add “row-alt-2”

    This is the code I added to my custom.css file:

    .support-policy .row-alt-2 {
    background: none repeat scroll 0 0 #C6E0F1
    }

    To view what I’m doing view the page https://borkholderarchery.com/crossbows/tenpoint/vapor

    chavan Friend
    #539417

    you can add this way

    <div class=”row-body level-9 row-alt row-alt-2″>

    But you need to add css like this to work

    .support-policy .row-alt-2 {
    background: #C6E0F1 !important;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  chavan 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum