Home Forums WoodMart support forum Blog posts

Blog posts

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

    cosgos
    Participant

    Hi,

    When creating a blog posts and inserting a product link, woodmart or woocommerce automatically creates a preview of the product. That preview has 2 buttons , “Buy now” (Cumpara acum) and “more details” (citeste mai mult) .
    Is there a way to change the “buy now” button color?

    Find below the link to the post and also attached a photo of what I’m referring to. I’ve highlighted them in a red rectangle.

    https://fenero.ro/jucarii-pentru-bebelusi-3-6-luni/

    Attachments:
    You must be logged in to view attached files.
    #374153

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wp-embed-excerpt p:nth-child(3) > a:nth-child(1) {
        color: white;
        border-color: orange;
        background: aqua;
    }

    And see if this works for you otherwise it requires customizations.

    Best Regards

    #374398

    cosgos
    Participant

    Hi,

    Did a copy paste to in the Global Custom CSS but it does not work 🙁

    Thank you for trying to help out.

    #374598

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)