Home Forums WoodMart support forum Creazione Colore di Sfondo, in modalità Fullwidth

Creazione Colore di Sfondo, in modalità Fullwidth

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #56597

    staffcreator
    Participant

    Hello to all,
    I would like to insert the background, ONLY for the selected page, Homepage, but it does not include anything .. I send you screen

    Attachments:
    You must be logged in to view attached files.
    #56616

    Hello,

    Please add this code to Page setting field http://prntscr.com/jf9tpt

    .main-page-wrapper {
        background-color: red;
    }
    .website-wrapper {
        background-color: red;
    }

    Replace “red” with the color you want.

    Best Regards

    #56625

    staffcreator
    Participant

    No Header, No Spacing Banner,
    ONLY Side Left and Right

    Tanks

    Attachments:
    You must be logged in to view attached files.
    #56630

    Hello,

    Your page contains rows with content make sure rows are not configured to have the background color

    Best Regards

    #56637

    staffcreator
    Participant

    Hello!! I solved it .. I added this code … Everything is OK!
    Thank’s my friend !!

    .main-page-wrapper {
    padding-top: 40px;
    margin-top: -40px;
    background-color: #f3f3f3;
    }

    .site-content {
    margin-bottom: 40px;
    background-color: white;
    }

    .vc_carousel_container {
    margin-left: -15px;
    margin-right: -15px;
    background-color: white;
    padding-left: 5px;
    }

    .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    background-color: white;
    }

    HELLO MY FRIENDS!!

    Attachments:
    You must be logged in to view attached files.
    #56647

    You are always welcome! If you have any questions feel free to contact us

    Best Regards

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

The topic ‘Creazione Colore di Sfondo, in modalità Fullwidth’ is closed to new replies.