How do I remove the boarder on the big picture these galleries with big image with thumbnail views?
Any way I can put vertical line in between these 3 to break them up a bit? so it would go 1 gallery vertical line 1 gallery vertical line final gallery?
How can i make it so the link for the form below text doesn’t have the underline? but has a hover color?
Hey mcraig77!
Please add to your CSS
#top div .avia-gallery .avia-gallery-big {
border: 0px;
}
let us know if you have more questions, will be happy to answer them for you
Regards,
Basilis
Hi, The main large picture still has a boarder.
also
I had 2 other questions on this ticket.
Any way I can put vertical line in between these 3 to break them up a bit? so it would go 1 gallery vertical line 1 gallery vertical line final gallery?
How can i make it so the link for the form below text doesn’t have the underline? but has a hover color?
Hi,
I couldn’t see any borders on the images on your site, could you post screenshot of the things you would like to change please?
Regards,
Rikard
There is a black box around the large images… see screenshot
Hi,
Sorry, it’s very difficult to see it against the dark background. Please try this in Quick CSS:
#top div .avia-gallery .avia-gallery-big {
padding: 2px !important;
}
Regards,
Rikard
Thanks!