Join our new community forum for support & discussion

Join Now

Home Support Themes ExpertHive Removing the dots

Removing the dots

  • Author
    Posts
  • mccorbeil07

    Hi,

    I’m wondering how can I remove the dots that come by default in the title blocks?

    Thank you 😉

    Marie

    mccorbeil07

    Also removing the dots on pages background.
    Thx

    ihor developer

    Please try using this CSS snippet to hide the dots background and titles on all pages:

    .header-hero,
    .header-hero__images,
    .header-hero__images::before,
    .header-navbar:last-child,
    .content-block::after,
    .content-block::before {
        background-image:none!important;
    }
    
    .content-title::before,
    .hp-page__title::before,
    .hp-section__title::before,
    .hp-listing--view-page .hp-listing__title::before {
        display:none;
    }
    
    .content-title,
    .hp-page__title,
    .hp-section__title,
    .hp-listing--view-page .hp-listing__title {
        padding-top:0;
    }
    mccorbeil07

    It works perfectly! 🙂
    thank you!

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

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.