Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #302076

    I know this one has been asked a lot of times, but the solutions don’t work for me, some how.

    I want the pencil icon at he left and also the line beneath it removed and using the width totally for the post. In the sidebar, there’s a widget wich sows a list of a category. There’s also shown a icon.

    I had this already coverred to hide those icon’s, but somehow they are back. I was using the following code.

    For the widget, in two different archive’s.
    #newsbox-2 .news-thumb, #newsbox-3 .news-thumb { display: none!important; }

    For the pencil icon.
    .post-entry .small-preview{ display: none !important; }

    You can see what I mean at http://bit.ly/VbgW88

    Hope that you can help me.

    Erwin

    • This topic was modified 9 years, 7 months ago by Erwin.
    #302120

    Hey Erwin!

    Can you please create a screenshot/mockup of what would you want to achieve?

    Best regards,
    Josue

    #302199

    Hello Josue,

    Thanks for reponding!

    Hre’s the image, the top of the image is how it is at this moment, the bottom part is how I want it.

    mockup

    Regards,

    Erwin

    • This reply was modified 9 years, 7 months ago by Erwin.
    #302412

    Hi Erwin!

    The link you posted looks like this:
    http://screencast.com/t/u4CevzALRTD

    Cheers!
    Josue

    #302431

    Hi Josue,

    Thats strange. I’ve tested it a bit further. Proberly you’re watching the page in chrome? On my mac it shows ok with chrome and safarie, but not with firefox. On my pc it doesn’t look good on the browsers ie, firefox and chrome.

    I know they behaving themselves inconsitant, but this is strange. Does it give you an idea?

    Regards,
    Erwin

    #302522

    Hi Josue,

    I’ve bin testing and editing. When I change the code in firebug, it does works and hides the icons. The original place of the css is in layout.css. When I enter the code in that file, then is does work in all browsers. The only thing is, when I update your template, there is a possibility that layout.css gets overwritten.

    This is the code right now, which is in style.css in the child-theme and inlayout.css in the enfold theme.

    
    .template-blog .blog-meta {
        display: none;
        float: left;
        margin-right: 50px;
    }
    
    .image_size_widget .news-thumb {
        display: none!important;
        height: 36px;
        width: 36px;
    }
    

    Is it a possible to add a new layout.css in the child-theme which only have above code in it?

    I’ve added it to the quick-css panel and this works fine. Removed the code from layout.css. Still prefer all extra css in one file.
    Still it’s strange that it doesn’t get overrided in the child-theme’s style.css…

    Regards,
    Erwin

    • This reply was modified 9 years, 7 months ago by Erwin. Reason: new information
    #302563

    Hhmmm, the whole stylesheet of the child-theme doesn’twork anymore. Would be very nice if someone has a tip for me to establish the connection again.

    #302685

    Hey!

    Did you already try to add !important to all your changes in the child theme’s style.css?

    Regards,
    Günter

    #302733

    There is something else happening. The style.css from the child-theme doesn’t work anymore, none of the styles which were working fine.

    Don’t know how this is possible… It does get embedded.

    • This reply was modified 9 years, 7 months ago by Erwin.
    #302750

    Hi!

    Maybe there is a syntax error in the file.

    Try to remove all entries, so an empty file is left and add then add the entries step by step again, until it does not work any more.

    Do not forget to clear the browser cache before reloading the page !!!!

    Cheers!
    Günter

    #302787

    Hi Günter,

    That did the trick. Somehow there was a ” where it didn’t belong. Deleting this, solves my problem.

    Thanks to you all for thinking with me!

    Regards,
    Erwin

    #302794

    Hey!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove icons on post and widget’ is closed to new replies.