Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #451374

    Loving the theme! Two questions for my website –

    1. Can I get custom CSS to remove all borders across the whole site, or set the thickness of the borders to 0?
    2. There’s a white line on either side of my Main Banner (which is a “Color Section” with a Parallax Background image). Can these be removed?

    Thanks!

    • This topic was modified 9 years, 5 months ago by tlsdave. Reason: Edit for Clarification
    #451383

    Hi tlsdave!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab to remove all borders but that may not look like what you pictured in mind :)

    body * { border: none !important; }

    Cheers!
    Yigit

    #451389

    Thanks! 2 more questions –

    1. Is it possible to remove the White Lines to either side of my Main Banner? They’re not borders, not sure what they are.

    2. How do I remove the Arrow in a circle that appears over a linked image? I tried using the CSS code below, but it didn’t remove it.

    .image-overlay {
    visibility: hidden;
    }

    Thanks!

    #451391

    Hey!

    1- Can you please post a screenshot and show the lines?
    2-Please use following code instead

    .image-overlay { display: none !important; }

    Regards,
    Yigit

    #451399
    This reply has been marked as private.
    #451407

    Hey!

    1- Your image has white border. Please edit your image and remove it from your image.
    2- If you do not mind creating a temporary admin login and posting it here privately we can look into it. Code should work fine :)

    Regards,
    Yigit

    #451412

    Ah, that did it! Both issues fixed.

    Thanks so much!

    #451875

    Hi!

    Great, glad we could help :)

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Removing All Borders/Color Section Line’ is closed to new replies.