• Resolved d0cj0hn

    (@d0cj0hn)


    Hey there,
    I created a subpage and used the shortcode [woocommerce_sale] to show all the sale items in my shop. The problem is, that unlike the rest of the shop, this is showing underlines for the links, as the product title and price.

    I would really like to know how to remove it, so that it looks like all the other pages. Maybe an additional CSS.

    Thank you all very much.

    • This topic was modified 4 years, 6 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding this additional css

    .hentry .entry-content a 
    {
    text-decoration:none!important;
    }
    Thread Starter d0cj0hn

    (@d0cj0hn)

    Perfect, this did exactly what I wanted.

    I thank you very much, kaushalsheth!

    Can you also tell me how to change the color and size of the price?

    Kind regards!

    I have added css identifier with font-size and color. You can change the size and hex color of color as per your liking.

    span.woocommerce-Price-amount.amount {
        font-size: 18px;
        color: #ff0000;
    }
    Thread Starter d0cj0hn

    (@d0cj0hn)

    Great, I changed it. Thank you so much again!

    Is it possible to re-alocate the sale bash ‘OFERTA’ to inside the thumbnail?
    It would be great to remove it from the description field.
    Or do you know a Plugin that can do it?

    It would also be great to add some other icons to the thumbnail, like brand and free-shipping to some products.

    Kind regards!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Underline from Product-Link’ is closed to new replies.