I am creating a page and uses the fullwidth slider. I like to have the slider arrows and button to be exact similar to the construction theme;
1) the arrows and dots only appear when mouse hover image, arrow is in circle
2) the caption button is rounded instead of rectangle
I managed to find the css for 2) (adjusting the border radius) and done it but I couldn’t find the proper css for 1).
I do not wish to import the construction demo and its data…
Please help thanks!!
Hey mgwptheme,
You should be able to set that in the element options? If you want just a particular page or element then we can give you the shortcodes for it. Just link to the demo page where the element in question is located.
Best regards,
Rikard
My bad! yes I can change the styling in the element option.
If i need to move the caption slightly to the right (am currently using Bottom without frame) as the slider arrow overlaps with the caption, is the css code something like below?
.slideshow_align_caption {
right:??px;
}
Thank you!