-3

I want to change fancybox's buttons like below example. please help!

enter image description here

Hash
  • 7,726
  • 9
  • 34
  • 53
Jin
  • 15
  • 5
  • You need to be more specific about what you are asking. Provide us the code you are working on so that someone could help you out. Like on what platforms you are working and the related code or links. – Mohammed Wahed Khan Sep 01 '17 at 04:35

1 Answers1

0

You have to target the button classes by inspecting them within the browser and then use CSS to customize the styles to your liking.

Try making an external CSS file and then target those button classes.

EDIT: Check out this question here, it should give you a good idea of how to customize the buttons within FancyBox: How to replace default controls with custom buttons in Fancybox 2.1.5?

Jeff P.
  • 2,754
  • 5
  • 19
  • 41