Text styles not showing (bulletpoints)
-
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?
Hello,
Please provide your site admin access to the private area.
Best Regards
Thankyou! In the private area is the login:
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-product ul{
list-style: disc;
}
Best Regards
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.
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
Thankyou it worked!
Only my nav menu shows now bullets
Attachments:
You must be
logged in to view attached files.
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