Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1271197

    At the bottom of the page where there are related products you cannot read the H2 title of the product

    https://prnt.sc/wjjvc3

    I try to h2.woocommerce-loop-product__title {color:#000!important;} but do not work

    #1271224

    on your css there must be a rule set those headings to display: none:

    .av-masonry-date, .slide-meta, 
    .single-product .related h2 {
        display: none !important;
    }

    because of your merging – i can not give you more precise info where this is. Hope you can find it yourself.
    Because it is set to important – it may not be overwritten in quick css.

    #1272016

    Hi,

    Thank you for the inquiry.

    The title of the products in the related section are now displaying correctly. Is this fixed? As @Guenni07 explained, the title was not displaying because of the css modification.

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.