Home Forums Free Themes Graduate Remove white page background

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #92127
    Dellapaviour
    Participant

    Hello. Please could you tell me how to remove the white page background and/or the grey block border that appears when I add elements to the page? This is the link to see – http://bladev.bicesterlearningacademy.co.uk/. It is the bit behind the hover boxes. I have removed all backgrounds and borders I can see but can’t remove that white block.

    #92206
    wensolutions
    Keymaster

    Hello,

    Actually your query is quite not clear. We tried to figure out the issue in your website but couldn’t figure out the actual block that you want to make changes in.

    Can you please provide us with the screenshot of the area that you want to make changes in so that we can inspect further?

    Hope to hear from you again,

    Regards!!

    #92223
    Dellapaviour
    Participant

    Sorry, it is when I switch the homepage to a static front page and enable content. I had switched it to not show enabled content as I thought that if I can’t get rid of the box, I would have to use the theme front page and not a static page with enabled content. I can change the background colour of the row, but not the frame/box behind that. The url should now show the page with the issue http://bladev.bicesterlearningacademy.co.uk/

    screen shot

    #92225
    wensolutions
    Keymaster

    Hello,

    Please add below given CSS by going to Admin panel > Appearance > Customize > Additional CSS.

    .home .container.page-section {
        background-color: transparent;
    }

    Hope this helps.

    Best Regards!!

    #92226
    Dellapaviour
    Participant

    Hello. I have tried that but it hasn’t changed anything. Sorry.

    #92227
    wensolutions
    Keymaster

    Hello,

    Replace above given CSS with the CSS given below:

    .home .container.page-section #primary {
        background-color: #131c2d;
    
    }
    
    .vc_row.wpb_row.vc_row-fluid.vc_custom_1551779757385.vc_row-has-fill.vc_column-gap-5.vc_row-o-content-top.vc_row-flex.vc_general.vc_parallax.vc_parallax-content-moving {
        background-color: #131c2d !important;
    }

    Change the color code as per your requirement.

    Thank you.

    Best Regards!!

    #92232
    Dellapaviour
    Participant

    Thank you for your help with this. That has removed the background inside of the frame but leaves a border. http://bladev.bicesterlearningacademy.co.uk/

    #92233
    wensolutions
    Keymaster

    Hello,

    Also, add below give CSS as well.

    .home .container.page-section {
        background-color: #131c2d;
    }

    This should work fine.

    Regards!!

    #92234
    Dellapaviour
    Participant

    Thank you very much! That works perfectly. Would you be able to just tell me how to remove the featured slider up so that it meets the menu (i.e. remove the space above it) please?

    Thank you so much for your quick response and help.

    #92238
    Dellapaviour
    Participant

    Sorry,have fixed the spacing now as well. Thank you so much for your help. It was perfect.

    #92290
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Let us know if there is anything further.

    We would also really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/graduate/reviews

    Thank you.

    Best Regards!!

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.