Hello there,
I have 2 questions
1) How can i change the hover color of the fullwidth button?
2) How can I change the background color of the content slider?
How can I contain it in a box?
Thanks and kind regards!
Hi danielgulau!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider-inner { background-color: orange; }
a.avia-button-fullwidth:hover .avia_button_background { background-color: orange!important; }
Cheers!
Yigit
Hey Yigit
Works awesome
Can i put a thin border as well?
Kind regards! Daniel
Hi!
for which item exactly do you need a border? you can use these values inside the bracket of Yigit’s code:
border: 2px;
border-style: solid;
border-color: red;
and adjust as needed.
Best regards,
Andy