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

    I use white as header and navigation color. However, some of the products in WooCommerce have a lot of white in them – the result is users cannot see menu or header text (see https://larissaeremeeva.com/product/incursion-from-left-side-of-brain/ for example). Is there a way to change the photo (or area of photo) displayed for these white products?

    #287947
    Skandha
    Participant

    @spiekosz: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .absolute-header .menu-toggle, .absolute-header:not(.header-top-with-bg) .menu-toggle, .absolute-header .cart-contents {
        color: #000 !important;
    }

    You can change the color of the icons according to your choice.
    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    #287979

    Hi,
    Unfortunately, changing color doesn’t help – because then it changes color on every page and then there will be some photos on which that color does not work.I really need to be able to use a different photo (or different crop of the same photo) in the header for that WooCommerce product.
    Thanks!

    #288012
    Skandha
    Participant

    @spiekosz: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-header-menu {
        background-color: rgba(0,0,0,0.4);
    }

    You can change the value of 0.4 to change the opacity of the overlay.
    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    #288028

    Hi Skandha, This is a useful suggestion. I will explore various opacities and see if I can get the client on-board. Many thanks! Stefan

    #288030
    Skandha
    Participant

    @spiekosz: Hello Stefan, I hope I was able to help you out. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/zubin/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change image in title of WooCommerce product’ is closed to new replies.