Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #429523

    hello again!
    I need to remove remove the previous and posterior posts arrows (left/right) in the single post view.
    I have tried this code you gave me months ago for other site with enfold theme, but in my new one it does not work
    .single-post .avia-post-nav { display: none !important; }

    thanks!

    #429598

    Hi ftt123!

    Please try the code as following

    .single .avia-post-nav { display: none !important; }

    Make sure to disable CSS minifying feature if you are using on any plugin and flush cache after applying the code.

    Regards,
    Yigit

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