"Content" Box appears when header is added to copy

Discussion in 'BizWay WordPress Theme' started by akapad, Nov 9, 2012.

  1. akapad

    akapad New Member

    Joined:
    Sep 6, 2012
    Messages:
    11
    Likes Received:
    0
    Hi,
    I am using the Bizway Pro Theme. Can can anyone help me shed some light on how to removes the Contents {Show} box that appears on my page. It only populated when a Heading is added to the copy /text.

    [​IMG]
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website.
     
  3. akapad

    akapad New Member

    Joined:
    Sep 6, 2012
    Messages:
    11
    Likes Received:
    0
  4. akapad

    akapad New Member

    Joined:
    Sep 6, 2012
    Messages:
    11
    Likes Received:
    0
  5. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    It seems that you have removed the heading that is why we are not able to see that box, So again add the heading and then let us know, we will send you the code to hide the box.
     
  6. akapad

    akapad New Member

    Joined:
    Sep 6, 2012
    Messages:
    11
    Likes Received:
    0
    The box shows up on all pages. This is a live website I can't put the box back. However I created another page off the site where the issue is still populating. http://carolsalinesolutions.com/services-2-2/

    Is the code specific to the page?
     
  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #toc_container.toc_white {
    display: none;
    }
     
  8. akapad

    akapad New Member

    Joined:
    Sep 6, 2012
    Messages:
    11
    Likes Received:
    0
  9. akapad

    akapad New Member

    Joined:
    Sep 6, 2012
    Messages:
    11
    Likes Received:
    0
    Good Morning,
    The issue seems resolved however I had to test the site on an outside machine. The cache on my network was still populating the content box
     

Share This Page