Set page background color outside of main on boxed layout

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10034465
    tcguide
    Participant

    I’m trying to set a specific color for the page background outside of the main content area. I’ve tried updating background-color in theme.css as well as tried using it in custom.css. I thought this would be common but I could not find any threads on it. Appeciate any help.

    Thanks



    Template Version: 8.0.0
    #10034466
    Support
    Keymaster

    Hello,

    You need use body instead of .body as selector. Also use the !important. Here’s the CSS code you need:

    /* Avoid radius glitches on footer corners */
    .body, .main {
        border-radius: 0 0 7px 7px !important;
    }
    
    /* BG Color */
    body {
        background-color: #6666FF !important;
    }

    * Note that I also suggest change border radius on footer corners to avoid glitches.

    Please try that and let us know if you need further assistance.

    Kind Regards,

    Rodrigo.


    If you are satisfied with Porto Admin and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


    #10034468
    tcguide
    Participant

    Thanks! That worked and the radius on the footer looks great! Nice tip.
    Now small issue. There is a gap between the header and the slider/main content showing
    the page background. I need to remove that gap and not sure if I just need to
    set mt-top to 0 on main? Or if it is a header bottom issue?


    #10034471
    tcguide
    Participant

    I added a value to the sticky height and that seemed to resolve the gap issue so that is good now!


    #10034474
    Support
    Keymaster

    Hello tcguide,

    Great that you figured this out!

    If you need any further assistance feel free to contact us.

    Kind Regards,

    Rodrigo.


    If you are satisfied with Porto Admin and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


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

This topic is marked as "RESOLVED" and can not rceive new replies.