Okay
  Public Ticket #1012356
Mobile font size
Closed

Comments

  •  2
    sellonline123 started the conversation

    Hello,

    Is there a way to make the font bigger on mobile for the Page Header Title and Sub Title, I have been looking at the forum but I haven't found anything yet.

    Thanks a lot,

    David


  •  8,997
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1000px) and (min-width: 690px) {
        #page-header-bg .span_6 h1, .overlaid-content h1 {
            font-size: 42px!important;
            line-height: 46px!important;
        }
    }
    @media only screen and (max-width: 690px) {
        #page-header-bg.fullscreen-header .span_6 h1, .overlaid-content h1 {
            font-size: 27px!important;
            line-height: 29.25px!important;
        }
    }

    Adjust the Values as per your liking.

    Thanks


    ThemeNectar Support Team 

  •  2
    sellonline123 replied

    Hey Thanks for your reply:

    Apparently I don't have or I can't find  a custom css box in the Salient Options Panel. Please see image attached.

    Thanks!

    David



  •  2
    sellonline123 replied

    Hey there,

    Yes I found it, it was under Appearence > Customize, and it worked.

    thanks a lot