Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3528263
Refering ticket #3426735
Closed

Comments

  •  1
    tim-nieuwpoort started the conversation

    Hi,

    I open this ticket and refering to another one, which is closed (#3426735)

    The bulletpoints are gone, but not only in the ingredients, but also in the preperation method (how to prepare the recipe): https://prnt.sc/-OMvk02Lp2nq

    Which CSS do I have to use for only hiding the bullets in the ingredients?

    Thanks.

  •  2,541
    PenciDesign replied

    Hi,

    Please send me the URL that related to this issue.

    Regards,
    PenciDesign.


  •  1
  •  2,541
    PenciDesign replied

    Hi,

    I've checked your site, and all the bullet point already showing correctly: https://imgur.com/a/isaZl5k

    Regards,
    PenciDesign.


  •  1
    tim-nieuwpoort replied

    Yes, I know. But I only want them to show in the ingredients ;)

    When I use the CSS (see below) that you gave me to hide the bulletpoints for the ingredients, it als hides the bulletpoints of the prepare method https://prnt.sc/-OMvk02Lp2nq While the bulletpoints have to show there offcourse.

    .wrapper-penci-recipe ul,
    .wrapper-penci-recipe ul li {
        list-style: none !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

  •  2,541
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .penci-recipe-ingredients ul li {
        list-style-type: square;
    }

    Regards,
    PenciDesign.



  •  1
    tim-nieuwpoort replied

    Hi,

    It didn't work unfortunatley. Still see the bulletpoints in the ingredients...

  •  2,541
    PenciDesign replied

    Hi,

    Please modify the CSS code:

    .penci-recipe-ingredients ul li {
        list-style: none;
    }
    

    Regards,
    PenciDesign.


  •  1
    tim-nieuwpoort replied

    They're still there unfortunately..

  •  2,541
    PenciDesign replied

    Hi,

    Please modify the CSS code:

    .wrapper-penci-recipe ul,
    .wrapper-penci-recipe ul li {
        list-style: none;
    }
    .penci-recipe-ingredients ul,
    .penci-recipe-ingredients ul li {
        list-style-type: square;
    }

    Regards,
    PenciDesign.



  •  1
    tim-nieuwpoort replied

    Still see the bullets, how come?

  •  2,541
    PenciDesign replied

    Hi,

    Please re-send me the screenshot and mark the area that you need show/hide the bullets.

    Regards,
    PenciDesign.


  •  1
    tim-nieuwpoort replied

    Only these need to hide: https://prnt.sc/W70GByVmO32w

  •  2,541
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .penci-recipe-ingredients ul,
    .penci-recipe-ingredients ul li {
        list-style: none !important;
    }

    Regards,
    PenciDesign.



  •  1
    tim-nieuwpoort replied

    I add the CSS code, but the bulletpoints are still in the ingredient section..

  •  2,541
    PenciDesign replied

    Hi,

    For this specific situation, please send me your WordPress admin account details through a PRIVATE message. I will then log in and make an effort to assist you in diagnosing and resolving this issue.

    Regards,
    PenciDesign.


  •  1
    tim-nieuwpoort replied

    Hi,

    I just need the right CSS to hide the bulletpoints in the ingredient section, therefore I don't have to sent my admin details right? It doesn't seem very difficult to me.

    This CSS hides all the bulletpoints:

    .wrapper-penci-recipe ul,
    .wrapper-penci-recipe ul li {
        list-style: none !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    All I need is the right CSS for only the Ingredients section: https://prnt.sc/W70GByVmO32w


  •  2,541
    PenciDesign replied

    Hi,

    I've checked your site but haven't found the code you've added.

    Please make sure you've cleared all the WP-Rocket cache, CSS optimization cache files and then check again.

    Regards,
    PenciDesign.


  •  1
    tim-nieuwpoort replied

    Hi,

    Correct, I deleted the code and after that cleared the cache. 

    I can try it again, add the code anders after that I will clear all the WP-Rocket cache, CSS optimization cache files. I received many CSS, but which code is the best to use?

  •  2,541
    PenciDesign replied

    Hi,

    Please try to add this CSS code:

    .penci-recipe-ingredients ul,
    .penci-recipe-ingredients ul li {
        list-style: none !important;
    }

    Regards,
    PenciDesign.