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 #1821121
Rating Stars
Closed

Comments

  • Jazzmin Kaita started the conversation

    I just published my recipe post and was wondering why my rating is 5.0/5 and there is 5 stars filled in with (1 voted). 

    Why does this happen? I never voted for myself, is there a way to not have the stars filled in with yellow?

     Is this a default? 

    Also is there a way to not have the rating stars on my recipe card posts?

    In my ingredients list, how do you get rid of the little diamond boxes that you see in front of each ingredient listed? 

    Thank you,

    Jazzmin Kaita 

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, by default it will have 1rating to make google structure data is not error.

    To hide rating, please check option for it via Customize > Recipe Options > Hide Rating

    To hide little diamond boxes on recipe, please add more this code to Customize > Custom CSS:

    .penci-recipe-ingredients ul li:before{ display: none; content: none; }
    .penci-recipe-ingredients ul{ padding-left: 0; }

    Best Regards,

    PenciDesign

  •   Jazzmin Kaita replied privately
  •  2,699
    PenciDesign replied

    Hi,

    If so, please try REPLACE the code I sent to this code:

    .penci-recipe-ingredients ul li:before{ width: 4px; height: 4px; border-radius: 50%; top: 9px; }
    

    Best Regards,

    PenciDesign