Home Forums WoodMart support forum Problem with a color

Problem with a color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #390531

    jonylif
    Participant

    Hi, i have a white space between the end of the last section and the prefooter. I don’t know where it comes from. Can you help me? I need that space to be #FCFCFC like the rest of the sections. WordPress access are on private content

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

    Hello,

    Please try adding the row divider after the last row then check back.

    Best Regards

    #390890

    jonylif
    Participant

    I don’t know what the row divider is, if you mean the section divider that i have it’s in the prefooter, i need it there because i want it to be display before the footer in all pages

    #390978

    Hello,

    Please put the section divider after the last section of the main page as well. Then check back.

    Best Regards

    #391140

    jonylif
    Participant

    I have just did it in the home page https://vodanew.dreamhosters.com/, i don’t why because now i have two section dividers

    #391268

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-row-divider {
    background: #FCFCFC;
    }
    .wd-prefooter {
    top: 0 !important;
    }

    Best Regards

    #391324

    jonylif
    Participant

    In the home and other pages it worked! thanks!
    But in the shop page i see the grey color https://vodanew.dreamhosters.com/categoria-producto/para-hogar/
    I can’t make another divider as i did in the home because the shop page is not editable

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

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS for that in the Global Custom CSS area.

    .woodmart-archive-shop .wd-row-divider {
    background: #fff;
    }

    Best Regards

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