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 #3080782
Penci recipe
Closed

Comments

  • JuliaErdbeerqueen started the conversation

    Hi,

    is it possible to make the stars in the penci recipe bigger?

    In particular in the mobile version the stars are small und with big hands they are not easy to select. Says my husband :D

    It would be cool for future uptates to connect the voting with the comment function if thats possible. Only people who make a comment can rate the recipe.

     

    Thanks and greetings

    Julia 

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci_rateyo {
        width: 120px !important;
    } .jq-ry-group-wrapper svg {
        width: 16px !important;
        height: 16px !important;
    }

    Change 16px to the size you want to show.

    Regards,
    PenciDesign.