Home Forums Basel support forum HTML Block on a single column footer

HTML Block on a single column footer

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #92547

    Giulio
    Participant

    Hi there,

    some weeks ago you suggested me to use a HTML Block inside a single column footer to make the footer “full width”. I’ve just done, but I need some tips to solve some issues. Please take a look to the screenshot. I would like to:

    1. Color the title like “ACQUISTA ONLINE” in white
    2. Reduce the inline distance between the “extra list” items
    3. Delete the line that appears automatically under the title inside the footer

    Thanks a lot.

    #92600

    Hello,

    You can configure the title in the Advanced Typography https://xtemos.com/docs/basel/advanced-typography-settings-2/

    Add this code:

    body .widget li, .woodmart-widget li {
        margin-bottom: 15px;
    }

    Reduce this margin as per your needs.

    Please provide the screenshot of the line, I do not see it in the footer.

    Best Regards

    #92713

    Giulio
    Participant
    body .widget li, .woodmart-widget li {
        margin-bottom: 15px;
    }

    Unfortunately this code do not works. Please could you check the URL?

    The line that you asked for is on the previous screenshot. I highlighted it with a circle.

    #92820

    Hello,

    Please try this code:

    .footer-container ul li {
        margin-bottom: 0!important;
    }

    What line do you want to remove, provide the screenshot?

    Best Regards

    #92827

    Giulio
    Participant

    Now it works great. Thanks a lot! Here it is the screenshot of the line. I highlighted it with a circle.

    #92885

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    body .footer-container.color-scheme-light .title {
        border-color: rgba(255,255,255,.0);
    }

    Best Regards

    #92896

    Giulio
    Participant

    That’s great! Is it possible to delete also that empty line? Please take a look into the circle.

    #92947

    Hello,

    It is not possible to remove with CSS as this element is <p> If I remove it all other text would also disappear. Please provide your site admin access I will check how to remove it from HTML.

    Best Regards

    #93033

    Giulio
    Participant

    Thank you. I fixed it.

    #93048

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

    Best Regards

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

The topic ‘HTML Block on a single column footer’ is closed to new replies.