Tagged: borders
Hello!
I’m trying to add some white space between the end of my content and my footer and it always includes keyline borders, even when I select no borders. Is there a way to remove it? Thanks!
Nevermind- I made the border color white. All good. thank you!
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon
Hello again – this problem is back… how can I remove excess borders on my About page?
I turned them off on the individual grid row elements but they still appear. I don’t want to make all borders white because I’d like them to appear on the submenus. Help please!
The problem is also on the Reviews page. Thanks!
Hi,
Are you looking to remove the borders between sections?
Best regards,
Jordan Shannon
Yes, exactly. And also around images – borders just appeared around the photos under the portfolio section.
Thanks!
Hi,
Add this to quick css:
.main_color.av_default_container_wrap.container_wrap.fullsize{
border:none!important;
}
Best regards,
Jordan Shannon
That worked great for the borders on the About, Reviews and Contact pages – but there are still lines around all the photos in the portfolio section. Can you help with that also? Thanks!
Hi,
Unfortunately I’m not seeing image borders. Can you sceenshot them?
Best regards,
Jordan Shannon
Sure – it’s the grey boxes around these photos:
Hi,
Add this to quick css:
.avia-gallery img{
border:none!important;
}
Best regards,
Jordan Shannon
Worked like a charm! Thank you!
Hi,
No problem. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon