Titlebar issue

Home Forums Jevelin Theme Titlebar issue

Home Forums Jevelin Theme Titlebar issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • CPHSS
    Participant

    Hi, I am working on a new wordpress project using the Jevelin Theme.

    I don´t want titlebars and have switched them off in theme settings.

    I have injected a plugin that generates classified listings and the new listing has the titlebar, I can´t figure out where to remove it?

     

    Plugin is:
    <h1>Advanced Classifieds & Directory Pro</h1>
    Check this page: https://www.husbaademaegleren.dk/acadp_listings/superlaekker-bolig/

    Your assistance is highly appreciated,

     

    Thanks,

    Jakob

     

     

     

    Solution for this topic

    Hi Jakob,

     

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

     

    You can just hide them on 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

     

    .single-acadp_listings .sh-titlebar {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    CPHSS
    Participant

    Cool, that solved the issue, thank you very much

    You are most welcome here 🙂

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