Change header (in breadcrumb) font color on specific page

Home Forums Gillion Theme Change header (in breadcrumb) font color on specific page

Home Forums Gillion Theme Change header (in breadcrumb) font color on specific page

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

    Hi Shufflehound,

     

    I cant figure out how to change the color of the title in breadcrumb. It’s a h1, so I can change global headings color, but that’s not appropriate..

     

    Do you know a way (or custom css on specific page) that I can change the color of this specific heading to white? See attached picture.

    I would like to change font size as well. I have tried googling custom css, but it’s not quite working for me, for some reason.

     

    One more quick question. Can I hide the navigation part of the breadcrumbs, but keep the heading?

     

     

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

    Hi @nicolaivarney,

     

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

     

    You can achieve this using Yellow Pencil Editor plugin as described in the following page.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

     

    Or could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    nicolaivarney
    Participant

    I’m very well – i hope you are too..

     

    Sure, here is a link: https://ketoliv.dk/mit-ketoliv/madplaner/

    Solution for this topic

    You can achieve it 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 .sh-titlebar-height-large .title-level {
        display: none;
    }
    
    .page .sh-titlebar-height-large 
     .titlebar-title h2 {
        color: #fff;
        font-size: 19px;
    }

    nicolaivarney
    Participant

    You’re the best!

     

     

    You are most welcome here 🙂

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