• I am looking to remove the ‘Author’ box that appears at the bottom of every page. I do not want it to appear at all. For reference you can see my site at greengiraffedesign.ca. The author box appears on the bottom of every page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there julesdh,

    Hope you’re well today!

    I’ve checked your site but I’m getting 509 Bandwidth Limit Exceeded. I’ve checked the theme and if this is what you’re referring to https://screencast.com/t/7JA8ugf8rD, then you can remove it with some custom CSS.

    Since the theme has its own custom CSS tab which is located in Appearance >> Theme Options >> Custom CSS you can try adding the following code thereL

    .bio_wrap {
    display: none;
    }

    This should remove the bio in the bottom of every page.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter julesdh

    (@julesdh)

    Thanks, that worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Author Box’ is closed to new replies.