Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

Show/hide date, author, previous, next… – VW Startup

Home Forums VW Theme VW STARTUP PRO THEME Show/hide date, author, previous, next… – VW Startup

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7341
    pierre
    Participant

    Hi again 😉
    Thank you very much for the VW Theme, which is very clear and efficient ! Here’s a sneak preview of my website : http://www.mid.audio/

    I would have a few more details to solve :
    1/ How can I remove the date, author and number of comments line at the top of a post and the previous / next links at the bottom ?
    2/ Same question for the portfolio : how can I hide the previous / next links at the bottom ?

    Thank you very much !!

    #7358
    developer vwtheme
    Participant

    Hi,

    Thank You for choosing us!

    Follow the steps given below to remove the meta content of the post.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS

    Paste the code given below in the box

    .metabox {
    display: none;
    }

    Publish the settings and refresh the website.

    If you need some other help please let us know.

    Thank You.

    #7372
    pierre
    Participant

    Thank you very much, that’s perfect 😉
    I used the same for the previous/next links :
    .nav-previous {
    display: none;
    }
    .nav-next {
    display: none;
    }

    • This reply was modified 5 years, 6 months ago by pierre.
    #7387
    developer vwtheme
    Participant

    Most welcome, if you need any other help please let us know.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.