Titlebar font size styling

Home Forums Jevelin Theme Titlebar font size styling

Home Forums Jevelin Theme Titlebar font size styling

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • deestar
    Participant

    Hello,

    I’m trying to increase the font size on the “titlebar” of a page. You can view it here: http://www.immersantvr.com/experiences/

    I’d like the text for the “Home Page” to appear larger and bolder. I can’t find an area to do this in the styling or  titlebar settings.

     

    Thanks for any info!

    Donna

    Hi Donna,

     

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

     

    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

     

    #breadcrumbs .item-home a {
        font-size: 16px;
        font-weight: 800;
    }

     

    Best regards,
    Shufflehound team

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