Okay
  Public Ticket #559418
Add Sidebar, Author's Bio & Next Post to SPECIFIC Pages
Closed

Comments

  •  6
    David started the conversation

    Hi.

    I know I can turn on blog features site wide (like sidebar, author's bio, and show next post), but I need to hide these features on most of my posts, yet SHOW them on some. Essentially, I am using LearnDash, and I don't want sidebars (and their formatting), author bio, etc. to show on LearnDash post types. So, if I could get some CSS to apply to specific "Main Site Blog Posts" where I DO want to show the above information, that would be GREAT!

    Also, could you possibly help me to remove the full-width black line that is appearing below the "course content" and above the footer at this page?: http://edtechclasses.com/courses/this-is-a-course/

    Thanks so much!

    David

  •  8,990
    Tahir replied

    Hey ,

    You can remove the element using the single-sfwe-courses class .

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .single-sfwd-courses #author-bio{
        display:none !important;
    }

    As regards removing the border:

    .ascend #author-bio.no-pagination, .ascend .comment-wrap {
        border: none !important;
    }
    Also this should help: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug

    Thanks


    ThemeNectar Support Team 

  •  6
    David replied

    Awesome and thank you so much for the great support, Tahir. One main reason why I purchases Salient, again.

    -David