• Resolved stevexi555

    (@stevexi555)


    Hi there,

    I have some sort of Overlay brightening happening to product curvey block I’m using, if somebody could point me in the right direction to remove it, It would be much appreciated!

    Thank you

    Stephen

    This is what it should look like.

    And this is how it is showing on the page?

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • seank123

    (@seank123)

    You have some CSS overriding your settings. Try:

    .wl_single-product-item?{
    ?? border:none;
    ??background-color:rgba(0,0,0,.0);
    }

    .wl_single-product-item?.product-thumbnail?{
    background-color:rgba(0,0,0,.5);
    ??border-color:grey;
    }

    Change the last 2 colours to match your theme

    Thread Starter stevexi555

    (@stevexi555)

    Thank you for your reply

    Color changes in the editor but it isn’t changing anything on the website page, below is what I have in the css…

    seank123

    (@seank123)

    Are you using a caching plugin? If so, try flushing the cache

    Also, adding !important to the CSS might help – for example:

    background-color:rgba(0,0,0,.5)!important;

    Thread Starter stevexi555

    (@stevexi555)

    Great! it worked on two of the parts, there’s one more between the border and background, if you can give me the code for that we should be good!

    Here’s what I have:

    seank123

    (@seank123)

    Looks like these two are missing:

    .wl_single-product-item {

       border:none!important;

    }

    .wl_single-product-item .product-thumbnail {

    background-color:rgba(0,0,0,.5)!important;

    }

    Thread Starter stevexi555

    (@stevexi555)

    Excellent, it seems the color for the bar where the cart icon is, needs it too.

    seank123

    (@seank123)

    Try:

    .woolentor-grid-column?ul.action?{
    ???background-color:rgb(40,?95,?252)!important;
    }

    It looks like you’re using WooLentor – is this not adjustable in the page builder itself rather than adding custom CSS?

    Thread Starter stevexi555

    (@stevexi555)

    That did the job!

    Many thanks for your time and knowledge it’s very much appreciated!

    I did used the page builder to adjust the colors but it was being overwritten

    when I went to the website.

    Kind Regards

    Stephen

    Plugin Support ckadenge (woo-hc)

    (@ckadenge)

    Hello @stevexi555,

    Glad to hear it – thanks for letting us know!

    I’ll mark this thread as resolved now.

    If you have a few minutes, we’d love if you could leave us a review:?https://www.ads-software.com/support/plugin/woocommerce/reviews/

    All the best!

    Thread Starter stevexi555

    (@stevexi555)

    No problem! ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Some kind Overlay brightening happening to product curvey block’ is closed to new replies.