Site logo

Archived topic

Move a button next to "add to cart" button.

3 replies · Started by Jusung on March 11, 2023

Viewing posts 1–4 of 4

Hello. I am trying to add wish list button.
I want to add wishlist button next to "add to cart" and "purchase", which are 장바구니, 구매하기.
So, it is like 장바구니 구매하기 wishlist.
Like this.

To make it look similar, I tried this code below.
However, I have no idea how I can put this next to 장바구니, 구매하기 button.
Could you help me with this?

/* wish list button */
.tinvwl-after-add-to-cart {
	text-align: right;
	display: 
}
.gb_ti_wishlist {
	background-color: blue;
	padding: 15px 40px 15px 40px;
	text-decoration: none;
	color: white;
}

Hi there,

The content is coming from Ti WooCommerce Wishlist so I would recommend checking with their support team to see the best way to handle this.

This CSS might work but I'm not sure if it will create other issues:

.tinvwl-woocommerce_after_add_to_cart_button {
    width: auto !important;
    margin-left: 5px;
}

Also, I've reviewed a lot of your topics and most of them are related to WooCommerce so not within our support scope:
https://generatepress.com/what-support-includes/

Please be mindful of our support forum scope.

Thanks.

Thank you!!
It has been resolved.

I am sorry. It is not definetly within your support scope.
I will be mindful of it!

I will be mindful of it!

Please do. Thank you!

This archived topic is closed to new replies.