Okay
  Public Ticket #980106
Homepage Image Issue
Closed

Comments

  •  2
    rorymason1 started the conversation

    Hello I'm currently using the Salient Theme and modifying my website from the service demo.

    As a result the structure of the homepage is still very similar to the demo page. The issue I'm having is that on the third paginated page of the homepage, with the numbered list a huge line of light blue covers the image of a laptop that is currently positioned there. (See attachment).

    This started happening pretty much from out the box, so hopefully its something you've experienced before.

    Thanks for your help

    Rory

  •  8,996
    Tahir replied


    Hey Rory,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .row-bg.using-bg-color {
        z-index: 2;
    }
    

    Thanks


    ThemeNectar Support Team