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 #2682000
Customizing Review Box
Closed

Comments

  • grandadmiral started the conversation

    Looking at two issues with Penci Reviews:

    • I am looking to further customize the review box at the bottom of posts. The colors that are shown in the attachment were the only thing I could change by going into Customize. I would like to change the border size and the background colors within the borders.  What about the size of the box? Can it be made smaller? Is this done in the php file?
    • The rating, despite showing 5 stars seem to be on a 10-point scale (had to put in 7 for 3.5 stars to appear). Is there a way so that is can be rated on a 5-point scale to match the star image? How can half stars be generated?

    Thanks for the assist.

  •  501
    Penci replied

    Hi,

    1/ Do want custom  border and width of review box ?

    If right, please tell me border width and width of review. I will send me custom css to fix the issue

    2/ About change rating, unfortunately, currently, pennews theme doesn't support the feature.

    Best regards,

    PenciDesign

  •   grandadmiral replied privately
  • Ashutosh jha replied

    thanks for sharing this valuable information digital shiksha

    http://digitalshiksha.org.in/

  •  501
    Penci replied

    Hi,

    If you want custom width of border review, please go to  Customizer > Addtional CSS then add custom css

    .penci-usewr-review,
    .wrapper-penci-review,
    .penci-review-container.penci-review-count {
       border-width: 10px;
    }

    if, you want custom width of review, please use custom css

    .wrapper-penci-review {
        width: 90%;
    }

    Best Regards,

    PenciDesign

  • grandadmiral replied

    Thanks for this. Would the same code work for changing the background color? Could I use the background-color element?

  •  501
    Penci replied

    Hi,

    to change background, please use custom css

    .wrapper-penci-review {
        background: #fff;
    }

    Best Regards,

    PenciDesign

  • grandadmiral replied

    Thanks for the tips. They worked. Is there anything that can be done to generate the additional borders in the previous screenshot?