I am trying to change the size of the button size on our site for the Game Night slide in the main Homepage Slider; http://hallabronfamily.com.
Thanks,
Magno!
I am trying to change the size of the button size on our site for the Game Night slide in the main Homepage Slider; http://hallabronfamily.com.
Thanks,
Magno!
Hi Magno,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.home #wrap_all .featured_container7 .avia-button.caption-slideshow-button.slideshow_button_class {
width: 50%;
}
You can then use that to add other properties and attributes as needed.
Regards,
Devin
Thanks Devin. For some reason it only works on one of the buttons instead of all of them. Check out the "Meet the EPC" slide.
Hi!
Try following code instead:
#top.home #wrap_all .avia-button.caption-slideshow-button.slideshow_button_class {
width: 50%;
}
Regards,
Peter
PERFECTION!!!
This topic has been closed to new replies.