Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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 it

    ul {
        list-style: disc !important;
    }

    but this did not work as hoped. I am not sure why bullets would be hidden

    Regards
    Richard

    #1114772

    Hey Richard,
    Please link to the page so we can see the hidden bullets to investigate.

    Best regards,
    Mike

    #1114806
    This reply has been marked as private.
    #1115027

    Hi,
    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,
    Mike

    #1115071

    Hi 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
    Richard

    #1115323

    Hi,
    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,
    Mike

    #1115324

    Hi Mike
    Thank you. You can close this support item.
    Regards
    Richard

    #1115334

    Hi,
    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Bullets’ is closed to new replies.