• hello,

    i’d like to know, is there any ways to hide on every post :
    1. featured image
    2. double title
    3. previous/next post

    you can check on dealerchevrolet.com

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi..

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Options.

    Now copy below css code and paste into custom css editor.

    .enigma_blog-img{
       diplay:none !important;
    }
    #wblizar_nav span {
        display: none !important;
    }

    Save the changes.

    Please tell me which title you want to remove in breadcrumb or other.

    Thanks.

    Thread Starter fonnte

    (@fonnte)

    hi, thanks for your help. it works like a charm!

    i think it’s fine. i can figure it out now.

    thanks for your help! i appreciate it!

    Most Welcome..

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘featured image, title, post navigation’ is closed to new replies.