• Resolved vadim-v

    (@vadim-v)


    Hi! Great plugin!

    Need checkbox:
    Hide author
    Hide entry-date published
    Hide entry-date updated
    Hide cat-links
    Hide comments-link

    And need padding when Box Shadow (padding do not work).

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter vadim-v

    (@vadim-v)

    
    <style>
    .elementor-widget-void-post-grid .void-grid .grid .entry-header {
        box-shadow: 0px 0px 4px 0px #9a9a9a;
    }
    .elementor-widget-void-post-grid .void-grid .grid .post-info {
        padding: 0px 20px 25px;
    }
    
    .entry-meta .author,
    .entry-meta .entry-date.published,
    .entry-meta .entry-date.updated,
    .entry-meta .cat-links,
    .entry-meta .comments-link,
    .entry-meta .posted-on,
    .entry-meta .updated-on {
        display:none;
    }
    </style>
    
    Thread Starter vadim-v

    (@vadim-v)

    Box Shadow – need each post separately.

    Thread Starter vadim-v

    (@vadim-v)

    .elementor-widget-void-post-grid .void-grid .grid .entry-header {
        box-shadow: 0px 0px 4px 0px #9a9a9a;
    }
    .elementor-widget-void-post-grid .void-grid .grid .post-info {
        padding: 0px 15px 15px;
    }
    Plugin Author voidthemes

    (@voidthemes)

    We see you have figured it all ??
    And we will think about adding the checkboxes

    And thanks for your contribution ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘checkbox – hide meta’ is closed to new replies.