• Resolved bobjgarrett

    (@bobjgarrett)


    Is it possible to remove the author and date from our news items blog on the front page?
    Also, why do line and paragraph breaks get removed from the news items blog posts? Can this be fixed?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hii bobjgarrett,

    Go to Dashboard -> Appearance -> Customizer -> Theme Options -> Theme General Options -> paste the below CSS in Custom CSS box and save –

    .enigma_blog_thumb_date {
        display: none;
    }
    .enigma_blog_thumb_footer {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border-top: 0px solid #f5f5f5 !important;
    }

    Thanks.

    Thread Starter bobjgarrett

    (@bobjgarrett)

    Super.

    Your Welcome,

    Let us know for further query.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Enigma Theme Blog Contents’ is closed to new replies.