Home Forums Basel support forum Reviews

Reviews

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1809

    Funkierbike
    Participant

    Hey,

    I have a problem with the reviews. When someone want to write a review, when he is going to choose the stars he don’t see what he choose because there is no any change of color or something. I just understood that the problem is that it change the color of the stars from Black to Black so they don’t see nothing and you can’t know what you choose. Can you tell me how can I change the color of the stars when they get hover it?
    https://www.funkierbike.com/product/sorrento/

    In addition, I have got a problem on the category page. You can see that the category on the right corner jump for the next row so there is space.
    https://www.funkierbike.com/product-category/men/

    I would be thankful if you can help me.
    Thanks a lot 🙂
    Yuval.

    #1825

    Artem Temos
    Keymaster

    Hello,

    Here is a code snippet to fix first problem with reviews

    .single-product-content .comment-form .stars span a.active {
        color: #f78f29;
    }
    .single-product-content .comment-form .stars span a:hover {
        color: #f78f29;
    }

    Problem with categories was fixed in the latest theme update. Please replace file basel/woocommerce/content-product_cat.php with the new one.

    #1831

    Funkierbike
    Participant

    I put this code on the stylesheet and it’s not change nothing :/

    #1840

    Artem Temos
    Keymaster

    Try to add ‘!important’ like this

    .single-product-content .comment-form .stars span a.active {
        color: #f78f29!important;
    }
    .single-product-content .comment-form .stars span a:hover {
        color: #f78f29!important;
    }
    #1844

    Funkierbike
    Participant

    Great, it works.

    Thanks a lot 🙂

    #1849

    Artem Temos
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Reviews’ is closed to new replies.