• Resolved jamiesmit

    (@jamiesmit)


    I’ve just added a “sidebar cart” to my product page that shows up when people add a product to their cart, but it doesn’t have buttons for “checkout” and “view cart”. Instead it just has plain clickable text that changes colour when you hover over it. Does anyone know how to customise that sidebar cart so it will have buttons and not just plain text? I’d love to change this 🙂

    Thanks in advance!
    Jamie

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Senff – a11n

    (@senff)

    It appears that those links come from Elementor. You may want to check if there’s a setting within that widget (or Elementor itself) to change the color/background/size to make those links look more like a button.

    If not, you can also use some CSS code, such as:

    .elementor-menu-cart__footer-buttons a {
      background: #000000;
      color: #ffffff;
      border-radius: 5px;
      float: left;
      padding: 5px 10px;
      margin: 5px 5px 5px 0;
    }
    Thread Starter jamiesmit

    (@jamiesmit)

    Hi @senff, thanks so much for your reply. That CSS snipped totally did the job! Amazing 🙂 Have a great day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product page’s “sidebar cart” doesn’t shows plain text instead of button’ is closed to new replies.