favorite button move and change label color.

ThemeBurn SupportForumsOpenCart ThemesBurnEnginefavorite button move and change label color.

This topic has been marked as resolved.

Hello,

Can you please help me with this. I have attached a picture of what I need help with. Link below is to my web site

https://www.mydressline.com/oc2302newtheme/designers/alyce-paris

I need to do the following changes.

1. How can I move compare button below add to cart button?
2. how can I change background of the labels for add to
cart and also compare as they are white and not visible. When I change the Background color for drops downs it also changes my menu drop down color. I need the background of the menu to be white and label background to be black with white font.
3. how can I give spacing for product title, price and rating? 5 px

I have attached an image to give you better idea.

Hope you can help

Thanks
Armen

December 24, 2017 at 4:23 am #62965

Hi,

1) You are talking about the wishlist button, right? You need to use this extra CSS to re-position it:

.tb_grid_view .product-thumb_style1 .tb_button_wishlist {
  top: 100%;
  left: auto;
  margin-top: -30px;
  margin-right: 5px;
}

2) This extra CSS will change the background of the tooltip:

.tb_no_text > span[data-tooltip]:before,
.tb_no_text > span[data-tooltip]:after
{
  background-color: #333;
}

3) This extra CSS will provide the required spacing:

.tb_grid_view .product-thumb_style1 .price,
.tb_grid_view .product-thumb_style1 .rating
{
  margin-top: 5px;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

January 4, 2018 at 2:03 pm #63006

Hello,

Thank you very much its perfect.

Armen

January 10, 2018 at 11:45 pm #63100

Glad we’ve helped, Armen!

BR,
ThemeBurn team

January 10, 2018 at 11:51 pm #63103
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.