• Priority: 0
  • Status: Waiting on customer
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 05.01.24, 16:51
  • Opened by: Pierfranco Rossi

Ticket #25187 - icons

Hi Fred,
I want to move the icons to the bottom right, both on the categories page and on the Products page “in the same category”, how can I do it?

Attachments:

icone.jpg (113.5 KiB)

Comments

Fred 05 Jan 2024, 23:29

There is no specific option to do that, you can use CSS to move buttons
We recommend using the Developer Tools of your browser to make small changes https://www.youtube.com/watch?v=wcFnnxfA70g

Pierfranco Rossi 06 Jan 2024, 10:32

Ok Fred,
then tell me how I can hide the icons, they annoy those who are browsing. Thank you !

Fred 06 Jan 2024, 20:01

In the Theme Settings → Product Miniature and can find options to disable those buttons separately

Pierfranco Rossi 08 Jan 2024, 09:46

Hi Fred,
I did, even if I can't hide all the icons, it doesn't matter.

Fred 08 Jan 2024, 15:20

Try this CSS to hide them all:

.product-miniature .product-actions {
  display:none
}