Viewing 3 replies - 1 through 3 (of 3 total)
  • The title is there in the markup for the product category page but your theme vendor has chosen not to display it with this line in green css:

    .woocommerce .product-details {display:none}

    If you delete that line from green css you may have to do it for every theme update, so try this in your custom css:

    .woocommerce .product-details {display:block}

    As long as it comes after green css, the new line will override the current one.

    Thread Starter paarami

    (@paarami)

    Hi,

    Thank you for your reply, i tried this in custom css but its not work you can see this link Movies On Demand title is not there on thumbnails, can you pls tel where i can find green css so i can remove that code.

    Waiting for your kind reply…

    The link:
    https://www.qwikentertainment.com/product-category/movies-on-demand/
    is a category page so the images wouldn’t have titles, only sub-category names with the number of items in each category.

    If I click the first sub-category I get to this page:
    https://www.qwikentertainment.com/product-category/movies-on-demand/bollywood-movies/
    The new custom css is present and working and the image titles are there.

    I don’t know where green css is as I am not familiar with your theme, but its better to leave it alone and use some custom css which will take precedence.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product image thumbnails missing title tag’ is closed to new replies.