Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #990720

    Is it possible that on the overview page the product titles are NOT underlined?

    #990886

    Hey studioinktvis,

    You have this in one of your CSS files:

    #top #wrap_all main a {
        text-decoration: underline !important;
    }

    So this might not override that since it has !important added to it.

    a.woocommerce-loop-product__link {
        text-decoration: none !important;
    }

    Best regards,
    Rikard

    #991493

    ok. thanks

    #991933

    Hi studioinktvis,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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