Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author themevision

    (@themevision)

    Hello @giulioventanni!

    Thank you for using our theme!

    This is the “Breadcrumb”.
    You can find the breadcrumb options in the customizer.

    For now , in free theme no options for the insert custom text in bredcrumb, but you can change it by the changing page title.

    Best Regards

    Theme Author themevision

    (@themevision)

    …or you can add the Custom CSS code to the:
    Customizing->Additional CSS

    code:

    #page-title h1 {
    visibility:hidden;
    
    }
    #page-title .breadcrumb a{
    visibility:hidden;
    
    }
    #page-title h1::before{
    visibility:visible;
    font-size:16px;
    content:"Some text";
    }
    #page-title .breadcrumb a::after{
    visibility:visible;
    font-size:16px;
    content:"Some other text";
    }

    change the text and the font size per you wish.

    Hi Team,

    where i input this script?

    #page-title h1 {
    visibility:hidden;

    }
    #page-title .breadcrumb a{
    visibility:hidden;

    }
    #page-title h1::before{
    visibility:visible;
    font-size:16px;
    content:”Some text”;
    }
    #page-title .breadcrumb a::after{
    visibility:visible;
    font-size:16px;
    content:”Some other text”;
    }

    Theme Author themevision

    (@themevision)

    Hi, @gkpscijantung!

    As I mentioned in the previous post, copy and paste that code in:

    Dashboard->Appearance->Customize->Additional CSS

    https://prnt.sc/gf9ecm

    Best Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Frontpage page title h1’ is closed to new replies.