Removing the Div class - Title Bar from a page

Home Forums Jevelin Theme Removing the Div class – Title Bar from a page

Home Forums Jevelin Theme Removing the Div class – Title Bar from a page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • shanepa12k
    Participant

    Is there anyway to removing the div class title bar on the top of the page?

     

    https://www.jabaware.com/our-services-search-engine-optimizations-jabaware

     

    or at least only leaving the title level table cell  on the top left side of page? and removing the gray background.

    Attachments:
    You must be logged in to view attached files.

    Hi @shanepa12k,

     

    I hope you are well today and thank you for your question.

     

    You can remove it from that page by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .page-id-295 .sh-titlebar {
        display: none;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)