Home Forums WoodMart support forum Text styles not showing (bulletpoints)

Text styles not showing (bulletpoints)

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

    jimmymussie
    Participant

    Hello,

    When i add bullets to a text, it will show in the editor, but not on the page:

    the information text has bullets, but it won’t show. Also the style i think will not match, how can i fix this? Plugin problem or a setting?

    #259072

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #259081

    jimmymussie
    Participant

    Thankyou! In the private area is the login:

    #259121

    Hello,

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

    body.single-product ul{
    list-style: disc;
    }

    Best Regards

    #259123

    jimmymussie
    Participant

    Thankyou! This solved the problem!

    Does this also solve the issue for the entire site? Like my elementor build pages? They don’t show bullets either.

    #259145

    Hello,

    Please replace the code with this one:

    body ul{
    list-style: disc;
    }

    It should work on all the site, if you see somewhere it does not work, provide the page URL, I provide the custom CSS.

    Best Regards

    #259153

    jimmymussie
    Participant

    Thankyou it worked!

    Only my nav menu shows now bullets

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

    Hello,

    Please use this code:

    body.single-product ul{
    list-style: disc;
    } 

    Remove this one:

    body ul{
    list-style: disc;
    }

    Please provide the pages where you have the list and you want to have bullets, I will provide a separate CSS.

    Best Regards

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