Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #846499

    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!

    #846513

    Nevermind- I made the border color white. All good. thank you!

    #846541

    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

    #895862

    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!

    #895872

    The problem is also on the Reviews page. Thanks!

    #895881

    Hi,

    Are you looking to remove the borders between sections?

    Best regards,
    Jordan Shannon

    #895883

    Yes, exactly. And also around images – borders just appeared around the photos under the portfolio section.
    Thanks!

    #895912

    Hi,

    Add this to quick css:

    .main_color.av_default_container_wrap.container_wrap.fullsize{
    border:none!important;
    }

    Best regards,
    Jordan Shannon

    #895934

    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!

    #896319

    Hi,

    Unfortunately I’m not seeing image borders. Can you sceenshot them?

    Best regards,
    Jordan Shannon

    #896374

    Sure – it’s the grey boxes around these photos:

    View post on imgur.com

    #896698

    Hi,

    Add this to quick css:

    
    .avia-gallery img{
    border:none!important;
    }

    Best regards,
    Jordan Shannon

    #896707

    Worked like a charm! Thank you!

    #896718

    Hi,

    No problem. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How can I remove keyline in whitespace?’ is closed to new replies.