Okay
  Public Ticket #1083636
Product page background color product evaluation
Closed

Comments

  •  2
    lefini started the conversation

    Hi,

    how do i change the background color from the "Rating" form on the product page?

    Best regards

    Ulf

  • [deleted] replied

    Hi Ulf,

    Your site was on under construction so i could not see that page that you referring. You want to change the stars color or what?

    Can you please share your Wordpress credentials here, because I need to login to your site and then send you the exact CSS code. To include your credentials click Insert Credentials button in editor toolbar. (See how)


  •   lefini replied privately
  • [deleted] replied

    Hi Ulf,

    This is a customization question and support doesn't offer customization services as we wrote on our documentation homepage. I will try to help you this time though

    1— Can you please add the code below to Custom CSS

    .woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper {
        background-color: #e0e0d7 !important;
    }
    

    2— Custom CSS again:

    .woocommerce .woocommerce-error.woocommerce-info, .woocommerce .woocommerce-info.woocommerce-info, .woocommerce .woocommerce-message.woocommerce-info {
        background-color: green !important;
        color: yellow !important;
    }
    
  •  2
    lefini replied

    Hi Ylli,
    thank you very much !!

    works perfectly :-)

    Best regards
    Ulf

  •   [deleted] replied privately
  •   lefini replied privately
  • [deleted] replied

    Hi lefini,

    Glad to hear that and thanks for your rating

    Will set this ticket as solved from here.