Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there hsjvanrensburg,

    How are you doing today?

    I’ve quickly checked the theme to see what exactly are you trying to remove but I’m not really sure what you’re referring to 🙁

    Would you mind posting link to your site and provide more details to what you’re looking to remove and I’ll be happy to take a look and try to provide a solution 🙂

    Cheers,
    Bojan

    Thread Starter hsjvanrensburg

    (@hsjvanrensburg)

    Thank you for the reply Bojan. The Content Box only appears after a person registers on the site. http://www.healthandsafetyfile.co.za

    If you don’t mind registering. As an example the following appears after registration:

    Contents [hide]
    1 Thank you for signing up with OHS File. Kindly activate your account by clicking on the activation link sent to your e-mail address.
    2 Regards,
    3 OHS Support Team
    4

    Thank you for signing up with OHS File. Kindly activate your account by clicking on the activation link sent to your e-mail address.

    Regards,

    OHS Support Team

    Kind Regards,

    Hein

    Hey there Hein,

    I’ve checked your site and it appears that this content box http://screencast.com/t/iY6DSriuc appears only once after you login to site. Not sure what is this used for since I’m not really familiar with the theme but you should be able to remove it with some custom CSS.

    Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    div#toc_container {
      display: none;
    }

    Please let me know if this helps 🙂

    Cheers,
    Bojan

    Thread Starter hsjvanrensburg

    (@hsjvanrensburg)

    Bojan I ow you a day of life (Avtually two!) ,

    Thank you very much

    Glad I could help 🙂

    Have a great day!

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove Content box’ is closed to new replies.