This topic has 6 replies, 2 voices, and was last updated 5 years, 8 months ago ago by Rose Tyler
Hi I would like to have the bullets of the image media slider to the top instead of down., plus the color of the active Bullet i would like to make it red, #e03122 is that possible?
https://gyazo.com/3f4bac3eddc75d63fd0042958abe756a
Thanks.
Hello,
I can’t open an example, please provide a new URL.
Regards
Hello,
.vc_tta-tabs-position-top .wpb_gallery .wpb_flexslider .flex-control-nav {
top: 0;
}
.vc_tta-tabs-position-top .flexslider {
margin-bottom: 0px;
}
.vc_tta-tabs-position-top .flex-control-paging li a.flex-active {
background-color: #e03122;
}
Regards
Many thanks for your fast response and accurate solution!
One problem, when clicking on the image the photo does not get bigger Although i have selected open pretty photo. https://gyazo.com/48ac7ce96e1a06e4d53a705c0b6aeaac
can u pls check why?
thanks again
Change this code http://prntscr.com/mu34z9 to
.vc_tta-tabs-position-top .wpb_gallery .wpb_flexslider .flex-control-nav {
top: 0;
bottom: unset !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up