Okay
  Public Ticket #179715
Background Colour
Closed

Comments

  • Mat started the conversation

    Hey, I'm having some trouble with background colours not consistent on pages.

    I have attached an examples and my URL.

    -Example, I want the recent work section to be white on the homepage.

    -I'm having trouble with the blogs background, I wan't to change that to white as well.

    -Same with contact page

    Any help would be greatly appreciated.

    Thank you. 

  •  8,838
    Tahir replied

    Hey Mat!

    Please add an extra class named 'nospace' via the Page Builder Interface to that carousel section and add this into the Custom CSS box located in your Salient Options panel:

    .nospace{
    padding-top: 0px !important;
    	padding-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Mat replied

    Thank you Tahir! 

    How about the Portfolio, Blog and Contact pages? matwilliams91.com

    Any help would be greatly appreciated. 

    Thanks. 

  •  8,838
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel:

    .blog div.container-wrap {
        background-color: #fff;
    }
    div.portfolio-items .col {
    	background-color: #fff;	
    }
    
    

    Others are already white. 

    Cheers


    ThemeNectar Support Team 

  • Mat replied

    Thanks, this hasn't worked on my portfolio page, fully? Doesn't work on my blog page at all? 

    Sorry to be a pain! 

    Thanks. 

  •  8,838
    Tahir replied

    Hey Mat!

    I wrote this css in the browser doing live-edit so i am not sure why its not working maybe you need something else done. Can you please elaborate with screenshots what exactly you need done so that i can provide appropriate css .

    Thanks


    ThemeNectar Support Team 

  • Mat replied

    Thank you. Appreciate the help. 

    The portfolio background still has some grey on the sides. I want to change the whole background to white. 

    and the static blog page doesn't seem to be able to be changed at all? I want that white as well. 

    The 'Amazing post with all the goodies' example has changed after I edited its custom CSS. Will I have to do this with every post?

  •  8,838
    Tahir replied

    Hey ! 

    Please dont create duplicate tickets: http://themenectar.ticksy.com/ticket/178916 .

    The below css should make all page backgrounds white. 

    div.container-wrap {
        background-color: #fff;
    }

    Cheers


    ThemeNectar Support Team 

  • Penelope replied

    I tried to use the same code but it didn't work. Where exactly am i meant to insert it coz i put it in the custom css section (dashboard -> salient -> general settings -> custom css) 

  •  8,838
    Tahir replied

    Hey Penelope!

    Can you provide url so we can take a look at why its not working. Also try clearing your browser and server cache.

    Cheers


    ThemeNectar Support Team