• Resolved thefitfoodist

    (@thefitfoodist)


    Hi there – I just activated the Brimstone theme for my website and when you go read an individual blog, like the one below, there’s a gray box that used to contain author bio that wont go away as well as a lot of extra blank space (padding).

    https://thefitfoodist.com/stop-vegan-bashing-and-start-respecting-peoples-rights/

    I’ve tried to get rid of it, with plugins and custom CSS, but have failed (obviously) which is why I am here asking for help! Any thoughts on how to get rid of that gray box?

    Thanks in advance!
    Nicole

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Try this:

    .entry-author-container{
    display:none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    A custom CSS editor (usually titled Additional CSS) is included in the Customizer as of WordPress 4.7 specifically for this purpose.

    As an alternative, especially if you intend to modify more than just CSS, create a child theme.

    Thread Starter thefitfoodist

    (@thefitfoodist)

    That worked! Thank you!

    Best,
    Nicole

    Moderator t-p

    (@t-p)

    Glad to know it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Gray Box in Brimstone Theme’ is closed to new replies.