Okay
  Public Ticket #2561587
Setting Row Home 10
Closed

Comments

  • giranapoli started the conversation

    Hi,

    In your Demo Home 10, i see revolution slider under the green row, while in my  home 10 revolution slider overlaps  the green row.

    How can i set my page as the demo page?

  •  608
    WordPress replied

    Hello,

    You can add custom style css

    .product-categories-shortcode,
    .vc_row.wpb_row.vc_row-fluid.bg-primary.margin-0 {
        position: relative;
        z-index: 2;
    }


  • giranapoli replied

    thanks