• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 04.01.19, 22:57
  • Opened by: Matata Neso
  • Closed by: Marek
  • Closed on: 07.01.19, 09:23
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13474 - carousel arrow Image

Is it possible to change the style if the carousel arrow

Instead of the arrow to be sale but in a faded circle, just to be a bit visible on the screen?

Comments

Marek 04 Jan 2019, 23:03

Try following CSS fix:

body .pk-carousel > .pk-nav {
background: #fff;
border-radius: 50%;
padding: 5px;
width: 46px;
height: 46px;
}
Matata Neso 06 Jan 2019, 17:13

Added And Working FIne

Thanks Alot