Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • bobthebuilder Friend
    #1071931

    Hi,

    I’ve added a background image in the custom css file and it is working but I’d like the background on the main body to remain white without the image. Is that possible?

    Thank you.

    Pankaj Sharma Moderator
    #1072015

    Hi
    Yes add below code in custom.css file for mainbodyBG

    .t3-mainbody {background:#fff;}

    Regards

    bobthebuilder Friend
    #1072087

    Thank you.

    I’ve applied the change to the css file and it did work on all of the category pages, etc but not on the home page. Is there another parameter for that?

    Kind regards.

    Pankaj Sharma Moderator
    #1072088

    Can u share the URL of site here i will have a look on it?

    Regards

    bobthebuilder Friend
    #1072090
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1072466

    Hi
    On the Mainbody section, the color is white now http://prntscr.com/h6q7q8
    Kindly let me know with a screenshot if you want the white BG on any other container
    Regards

    bobthebuilder Friend
    #1072553
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1072574

    Hi
    its not the content area
    its full-width module positions, either you change the bg color of full position or only for the container
    use this code in custom.css file

    
    .t3-features-intro .container {background:#fff;}
    .t3-mast-top .container {background:#fff;}
    .t3-mast .t3-module {   background: #fff;}
    .t3-mast .t3-module.banner-bottom {   padding-top: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    

    Regards

    bobthebuilder Friend
    #1072597

    Thanks again. That has sorted out most of my problem.

    I apologise but I’m not very experienced with this although I try and do most of it myself. Can I get a list of all the containers somewhere so that I don’t need to ask for support with such small changes. There are still some pieces of the gift wrapping image behind the slideshow and the right side banner at the bottom as per the 2 attached clips.

    Kind regards.


    1. Wrapping-behind-slideshow
    2. Wrapping-behind-right-banner-in-t3-mast-bottom-position
    Pankaj Sharma Moderator
    #1072604

    Hi
    Its the t3-wrapper area you can not change it
    you can only remove the margin to hide it

    .t3-features-intro {
        margin-top: 0px;
    }

    Regards

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

This topic contains 9 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum