Thread Starter
Lsass
(@lsass)
Is it also possible to flash the different objects a bit before? so you dont have to scroll so much before it flashes in? Like the testimonial pictures and text and the 4 small pictures with text underneath banner.
Hi,
#1: How to change the green edge color to blue. (the edge that is to the right of the text on the banner.
Try to put this in your custom css:
.salesdetails {
width: 426px;
background: rgba(255,255,255,0.74);
border-right: 8px solid #009ccd;
padding: 23px 20px 10px 24px;
font-size: 20px;
}
#2: How to change the green dots to blue, not just the one, but both (depending on which is showing (hover?) i think.
.nav-dots span {
background: #009ccd !important;
}
Hope this helps.
Thread Starter
Lsass
(@lsass)
#1 = perfect 😀
#2: It changes the background of the dot from green to blue, but when activated (hover) its still green. So now, its blue with a green dot inside when activated, hehe..
So maybe keep the background white, but make the hover blue?
Thanks again for your help, I’m very grateful!
Hello,
Let me clear you that is just an image over there..
So it would be difficult to change that with CSS code.
Hope you will understand.
Thanks!
Thread Starter
Lsass
(@lsass)
Thank you 🙂 I just edited the picture.
Regards!