Home title appears in two places on mobile

Home Forums Jevelin Theme Home title appears in two places on mobile

Home Forums Jevelin Theme Home title appears in two places on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Raylow-x
    Participant

    Hi support team,

    I have a problem with the title of home page displaying in two different places.

    I applied the fix you mentionned in another topic with this custom CSS:

    .sh-titlebar .title-level {
        display: none;
    }

    On the desktop version of the site it works, but on the mobile display I still have this extra title.

    I purged cache both on browsers and servers.

    Do you have a special command to implement it on mobile display?

    Hi @Raylow-x,

     

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

     

    Could you please share the page URL from your site where it is displaying duplicate titles so that I can help you to remove it?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    Please change the shared CSS code as below.

     

    #page-container .sh-titlebar .title-level {
        display: none;
    }

    Raylow-x
    Participant

    Perfect! It solved the problem.

    Thank you for your support

    You are most welcome here 🙂

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