• Resolved queenofeverything

    (@queenofeverything)


    Hello,
    Is there a way to remove the border from each page, i.e. where the main text would go? I would prefer to have my website to be simpler without having a frame around the content.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi queenofeverything,

    First of – I love your username, really cool 🙂

    Removing the borders shouldn’t be too hard, all you need to do is modify some of your CSS code, if you share a like to your website, I can give you the exact code that you would need.

    Cheers,
    Roxee Cruz

    Do not edit the theme itself. First create a child theme for your changes. Or install a custom CSS plugin.

    Theme Author Iceable

    (@iceable)

    Hi,

    Thanks @Roxee Cruz for your help and reminding that posting a link is almost always needed when asking for support! (Even though as the author I’ll be able to answer this specific question without a link)

    @queenofeverything: as @esmi rightfully mentioned, you should either create a child theme or use a custom css plugin instead of making any change in the theme files directly.

    Adding the following CSS code to your child theme’s style.css file, or through your custom CSS plugin will then remove the main content’s border:

    #page-container { border: none; padding: 0; }

    Thread Starter queenofeverything

    (@queenofeverything)

    Thanks Roxee and Iceable for your replies! Iceable what you’ve suggested worked like a charm! 🙂
    esmi – of course I am using a child theme. It wouldn’t make sense not to… 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove borders from each page?’ is closed to new replies.