Remove lines in header of blog post + implement slider revolution to be below navbar in posts

Hi,

I have two questions.

  1. How do I remove the light grey line that is showing up in my blog posts? https://sunordic.org/2020/11/30/cipn-episode25/
  2. How do I implement a slider in a post to show up below the nav bar (same as what I have on all the pages on sunordic.org)?

Thanks for your help.

Hello Nicolette,

Thanks for writing to us.

For the 1st question

It seems that you have removed the Post title because of that blank HTML is rendering with border. To get rid of the border please add this custom CSS code under X—>Theme Option —>CSS

.single-post header.x-header-landmark {
 border: none;
}

For the 2nd question

The slider option is only available for pages. Regretfully the slider option is not available for posts. It would require custom development. I would suggest you contact a developer who can assist you with your concern.

Please note that we don’t provide custom development support. It is out the support scope.

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps
Thanks for understanding

Hi Prakash, thanks for the help! I followed your instructions for #1 and it has removed the problem and for #2, I understand the limitations but I think I’ll just find a way to use it as it is. Thanks so much.

Hi Nicolette,

Glad that we are able to help you, and it’s great that you are able to find the solution for #2.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.