Okay
  Public Ticket #2542454
Remove Blog circle
Closed

Comments

  • alpinum8 started the conversation

    I would like to remove the circles on top of thumbnails in blog grid + the Loading blog posts... on the bottom of it. Check screenshots

    Thanks and best regards,
    Nejc

  •  1,558
    Laborator replied

    Hi Nejc,

    Go to Laborator > Theme Options > Blog Settings and untick the option as shown in the image below:

    medium
    (view large version)

    For the loading, add this CSS to Custom CSS to hide it:

    .blog-posts-loading-message {
        display: none
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • alpinum8 replied

    Where do I change the background white colour in wocommerce? 

  •  1,558
    Laborator replied

    Hi there,

    Try adding this CSS to Custom CSS:

    .woocommerce .woocommerce-tabs .tabs li,
    .woocommerce .woocommerce-tabs .entry-content {
        background: #333;
    }
    .woocommerce .woocommerce-tabs .tabs li {
        border-bottom-color: #000;
        border-right-color: #000;
    }
    .woocommerce .woocommerce-tabs .tabs li.active a,
    .woocommerce .woocommerce-tabs .tabs li a {
        color: #FFF;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group