On the portfolio pages, even if i select “no scaling of images” for the easy slider or gallery, the images still expands. Please see http://cweclient.wpengine.com/portfolio-item/465-n-roxbury-drive/. (hosted on WPengine) Can i not have it in such a way that it only shows the original size of the image?
Also using easy slider, can i have the slider controls (arrows and dots) at default state? right now they can only on hover. Also the active DOT stay white which you cant see on white page background
Hey vinayb!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a {
opacity: 1;
filter: alpha(opacity=1);
}
Cheers!
Yigit
can you also entertain my first question? thanks
Also in the default slider control DOTS, the non active color is set to white which is not visible in white bacjground. how can i change the color?
Hi!
use this code for your images in easy slider:
.avia-slideshow li img {
width: auto !important;
}
Please use a new ticket for a new question.
Use this for your dots:
a.goto-slide {
background-color: red;
}
Best regards,
Andy