Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1285557

    Hello,

    In the general styling I have enabled the post navigation (arrows that show on the left and right of the post and portfolio pages). However I would like to hide them from the blog posts, but still have them display on the portfolio posts. How can I do this? Thanks!

    #1285692

    Hey bobfurgo,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1285786

    thank you! worked great

    #1285790

    Hi,

    Glad Victoria could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘disable post navigation on blog posts but not for portfolio posts’ is closed to new replies.