-
AuthorPosts
-
July 1, 2019 at 3:53 am #1114759
Hi
Even though I have set up the bullets in my description correctly they show in the editing but not on the website. Somewhere there is a code blocking the display however having spent a good time trying to find it I decided to add a CSS code to over ride itul { list-style: disc !important; }
but this did not work as hoped. I am not sure why bullets would be hidden
Regards
RichardJuly 1, 2019 at 4:45 am #1114772Hey Richard,
Please link to the page so we can see the hidden bullets to investigate.Best regards,
MikeJuly 1, 2019 at 7:43 am #1114806This reply has been marked as private.July 2, 2019 at 5:41 am #1115027Hi,
Thanks for the login and link to the page. I found a couple of issues, first, it looks like the css for the product description class may need be included.
Second, the product description area needs some margin on the left side so that the bullets can be seen when applied.
I added this to your WordPress > Customize > Additional CSS field and it seems to be solved..entry-summary ul { list-style: disc outside !important; } .template-shop div.product div.summary { margin-left: 10px !important; } .template-shop div.product div.summary { margin-left: 10px !important; }
Please clear your browser cache and check.
Best regards,
MikeJuly 2, 2019 at 8:12 am #1115071Hi Mike
Thanks for the input. It steered me in the right direction. I reduced the code to/*Add bullets*/ .entry-summary ul { list-style: disc inside !important; }
and it works fine. Strange why the function has been deleted, not there, or just switched off?
Regards
RichardJuly 3, 2019 at 4:10 am #1115323Hi,
Glad to hear you got it sorted out, I will be looking into this more and report my findings to the dev team.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeJuly 3, 2019 at 4:14 am #1115324Hi Mike
Thank you. You can close this support item.
Regards
RichardJuly 3, 2019 at 4:57 am #1115334Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘Bullets’ is closed to new replies.