Home Forums WoodMart support forum Bulletin mark missing

Bulletin mark missing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #169287

    Rickown
    Participant

    Hello,

    As you can see in the picture, a bullet point is missing (see first).

    Why is it not showing and how do I get this to work?

    Thank you in advance

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

    Hello,

    I saw the screenshot you provided and visited the URL. The bullet point is showing but it is misaligned.

    Screenshot for Clarification: https://www.screencast.com/t/Q8GMoaoEtzr

    It seems that you are using some custom CSS that is causing the issue. Try removing this from Theme Settings >> Custom CSS >> Global custom CSS, if you are using the below CSS:

    .woocommerce-product-details__short-description > ul > li::before {
    top: 6px;
    }

    If the problem continues then provide with admin panel login details of your website and I will fix the issue for you.

    Best Regards.

    #169872

    Rickown
    Participant

    Unfortunately, I can’t get it done. I’ve added the login details.

    #169975

    Hello,

    I have fixed the issue on your website, now it is working absolutely fine on my end. Please clear the cache and check back.

    I have added the following code in Theme Settings >> Custom CSS >> Global Custom CSS.

    .woocommerce-product-details__short-description ul li::before {
    position: relative;
    top: -3px;
    }

    Result: https://www.screencast.com/t/PyedTEKioo

    Best Regards.

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