Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #399811

    Hi guys,
    I love enfold, but need an adjustment to the code.
    check out this page
    http://dealersbiz.com/todays-consumer/

    I would like to hide the rectangle box above each post and the square by the post in the sidebar.

    can you give me the CSS code to hide those areas?
    thanks in advance

    #399906

    Hi fixedopsinsight!

    Add a codeblock element to your page and then add this inside.

    <style type = "text/css">
    article .slide-image, .news-thumb {
      display: none !important;
    }
    </style>

    Cheers!
    Elliott

    #399918

    Thanks for this bit of code.
    Sorry, what is a “codeblock element”?

    #400379

    Hey!

    Codeblock is a content element (last element in the list) that you can chose from the Avia Layout Builder.

    Regards,
    Rikard

    #402383

    OK, I see, that works great
    thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘hide the graphic area on a post and sidebar widget’ is closed to new replies.