This topic has 4 replies, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #65695
     m1co
    Participant

    Looking to cut out the pinterest articles peeking up to the first page. Trying to make the background with search full-height on whatever size of screen you are using.

    I removed footers, and pinterest articles, how to make the height 100% for each screen?

    #65761
     sharmstr
    Moderator

    Hmmm. Have you tried setting the background on the body tag instead of the row? The gear icon at the top of the VC editor allows you to add css for that page. So you try doing something like

    COPY CODE
    
    body {
      background-image: url(http://linktoyourbgimg);
      background-size: cover;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #65762
     sharmstr
    Moderator

    And you’ll probably need this too

    COPY CODE
    
    .container-wrap.main-color {
      background-color: transparent;
    }
    

    Change main to whatever section style you have set for the row.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #65895
     m1co
    Participant

    Thanks, that helped!

    #65897
     sharmstr
    Moderator

    Cool.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?