Breadcrumbs and padding

Home Forums Jevelin Theme Breadcrumbs and padding

Home Forums Jevelin Theme Breadcrumbs and padding

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Grontevent
    Participant
    1. I think there might be a bug in this breadcrumb-code.

     

    As you can see, the re-named Home-page (Hjem) is still Home. Other pages are correct (like the one on the picture and the Blog-page).

     

    2. Also, is it supposed to be so much air between the title and content, or am I doing something wrong? I have not put in any empty spaces.

     

    Your support service is excellent and I very much appreciate it!

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

    Solution for this topic

    Hi @Grontevent,

     

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

     

    I think there might be a bug in this breadcrumb-code.

    As you can see, the re-named Home-page (Hjem) is still Home. Other pages are correct (like the one on the picture and the Blog-page).

    That title is not a home page title but static title added in the code.

     

    You can change it either by translating the theme as described here https://support.shufflehound.com/theme-translation/ or using any of the following plugins to change it.

     

    https://wordpress.org/plugins/say-what/

    https://wordpress.org/plugins/real-time-find-and-replace/

     

    Also, is it supposed to be so much air between the title and content, or am I doing something wrong? I have not put in any empty spaces.

    Could you please share me the page URL from your site where it is displaying so that I can troubleshoot it

     

    Best regards,
    Shufflehound team

    Solution for this topic

    You can remove that padding 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

     

    #content .fw-page-builder-content > .sh-section {
        padding-top: 0;
    }

    Grontevent
    Participant

    Thank you, that worked perfectly!

    You are most welcome here 🙂

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