Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1043372

    Hi
    You already have a code for large display devices in custom.css

    @media (min-width: 2000px) {
    div.ja-masthead .ja-masthead-detail .ja-masthead-title {
        font-size: 38px;
    }}

    change the font size to 48px in the same code.

    Regards

    Ch1vpH Friend
    #1043570

    Hi there – It’s not actually working though (its being overwritten somehow) even after I added !important

    @media (min-width: 2000px) { div.ja-masthead .ja-masthead-detail .ja-masthead-title { font-size: 38px!important; }}

    Any ideas welcome

    • This reply was modified 6 years, 10 months ago by  Ch1vpH.
    Pankaj Sharma Moderator
    #1043634

    Hi
    Kindly check it again it working fine at my end.

    Regards

    Ch1vpH Friend
    #1043922

    Hi there,

    I had to change it in my local templates.css but it works now!

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ch1vpH 6 years, 10 months ago.

The topic ‘Masthead Title font size change needed above 1024px’ is closed to new replies.