Skip to content
Public Ticket #26840

Refering ticket #3426735

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please try to add this CSS code:

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

Regards,
PenciDesign.


tim-nieuwpoort replied

Customer Reply

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?

PenciDesign Supporter replied

Staff Reply

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.


tim-nieuwpoort replied

Customer Reply

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

PenciDesign Supporter replied

Staff Reply

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.


tim-nieuwpoort replied

Customer Reply

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

PenciDesign Supporter replied

Staff Reply

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.



PenciDesign Supporter replied

Staff Reply

Hi,

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

Regards,
PenciDesign.


tim-nieuwpoort replied

Customer Reply

Still see the bullets, how come?

PenciDesign Supporter replied

Staff Reply

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.



tim-nieuwpoort replied

Customer Reply

They're still there unfortunately..

PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the CSS code:

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

Regards,
PenciDesign.


tim-nieuwpoort replied

Customer Reply

Hi,

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

PenciDesign Supporter replied

Staff Reply

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.



tim-nieuwpoort replied

Customer Reply

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;
}

PenciDesign Supporter replied

Staff Reply

Hi,

Please send me the URL that related to this issue.

Regards,
PenciDesign.


tim-nieuwpoort started the conversation

Conversation Start

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.

Want to join this conversation or access attachments? Sign in first.