Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #655485

    I was messing around with the blog settings, and a gray box with a pencil in the middle started showing up on all my posts. This gray box narrows the body of the post. How do I remove the gray box? It’s just a link to the very same page that is on. I’ve screenshoted a picture of what I’m talking about, with a red arrow pointing to it (Link to the screenshot below).

    https://classcodes.com/wp-content/uploads/2016/06/Class-Codes-Support.jpg

    Thanks,
    Mike

    #655845

    Hey mikesmith5656,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    a.small-preview {
        background: transparent!important;
    }
    

    Best regards,
    Yigit

    #665113

    This makes the box with the pencil in it not visable – but – it’s still there. It takes up space on the page and is still “clickable”. Is there a way to eliminate this link entirely?

    Thanks!

    #665313

    Hi,


    @jbinmn
    can you please post the link to your page where we can see an example? Also, please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #665363

    Link to the site is in private content below. Happy to provide screen shots of what I’m looking to accomplish. What is the URL for the public dropbox?

    Thanks for your help!

    #665370

    Yigit – many apologies, the fix for my issue was really quite simple. I simply needed to edit each of my posts and tell them not to display the sidebar. With that, my issue is closed. Thanks for your help!

    #665382

    Hi!

    You are welcome, glad we could help :)

    We will keep the thread open to hear from the OP. If you have any other questions or issues, please feel free to start a new thread :)

    Regards,
    Yigit

    #692932

    Hi,
    I’m having this exact problem with the gray box and pencil on all of my posts, taking up the left space on the post and narrowing the content. I’ve looked through the threads and i’ve tried the custom code to make them invisible, but it still makes empty space on the left.

    This thread said it was resolved setting “no sidebar” but i tried every option and no change. i have a permanent right sidebar, but tried all the other options and still there is empty space on the left of my post.

    another person in support said that it was fixed in Enfold>blog styling … but they all leave this gray box and pencil. can you please help? heres a link to my post below. THANKS!!!!!!

    #693018

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .single-post .template-blog .blog-meta {
        display: none;
    }
    

    Best regards,
    Vinay

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.