Viewing 6 replies - 1 through 6 (of 6 total)
  • Have you found a resolution to your problem as of yet? If not, looking at the html of page, you could try adding some CSS to your style.css file to hide the <div class=”actions”> element. For example:

    .actions {
    display: none;
    }

    Adding this will hide the element from the browser and it will not display, not just on one, but all pages of your site. Or if you just wanted to remove the element with the social sharing icons and leave the others, add the above code, but with the appropriate class name. Of course, if you haven’t already, you would want to create a child-theme first so your changes are not overwritten. Hope this helps!

    Andrew

    Thread Starter axeldamming

    (@axeldamming)

    thank you for your answer, but it has not helped. I’ve tried a lot but can not get it off. maybe I can find someone who can do it for me. For me I think it is a little too ambitious.
    Thanks for your help

    Axel

    I installed and activated the theme in my own wordpress installation. I believe I accomplished what you are trying to do with that box using the CSS I mentioned. I added it to the style.css file and the box is no longer visible. I can send you screenshots of the theme in my installation showing the results of what I did if you like. I can try and provide better instructions on how to complete. There are resources all over the place as well. Search for creating child-themes and modifying CSS.

    Andrew

    Thread Starter axeldamming

    (@axeldamming)

    Hi Andrew,

    thank you for helping me. further I like the screenshots. You can post them here? or mail to; [email protected] if you want. Thanks for the effort

    Axel

    No problem. I don’t think I can post here. I’ll email them to you, if not tonight, then tomorrow.

    Andrew

    Thread Starter axeldamming

    (@axeldamming)

    great, I’m waiting on it

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Delete left bar’ is closed to new replies.