1. Weird space: I’m getting weird space between advance slider and masonry grid on this page,
http://goo.gl/p7ISCd
while with the same setup im not getting any space here,
http://goo.gl/x6JRHt
But I actually like this space but I don’t know how to keep it. If I’m using horizontal ruler look what happens even I kept the value 1px only.
http://goo.gl/odY6cU
So how can I keep space intentionally as per first link?
2. Replace or Resize button Is there a way that I can fully replace this “SUBMIT” button? if not then change its size background color+overlay color?
http://goo.gl/rY9ckU
3. Hide Bullets from easy slider: on the Home page at right bottom there is an easy slider (STAMP) is there a way to hide its bullets and next previous buttons?
http://goo.gl/0eMveP
Hi Khalid!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1)
.avia-layerslider { margin-bottom: 30px; }
2)
.avia_ajax_form .button { padding: 8px 25px; font-size: 14px; }
.main_color input[type="submit"], div .main_color .button { background-color: red; color: blue; }
.main_color input[type="submit"]:hover , div .main_color .button:hover { background-color: yellow;
color: blue;
border-color: red; }
3)
.home .avia-slideshow-arrows a, .home .avia-slideshow-dots { display: none; }
Best regards,
Yigit