Okay
  Public Ticket #1863205
page header font mobile size
Closed

Comments

  • active00 started the conversation

    How can I modify the font size for the mobile version of page headers? it becomes very small, please, can you help me?

  • active00 replied

    forgot to mention i can't do it with the responsive settings of the typography salient main menu, please help, thanks!

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        #page-header-bg .span_6 h1, .single.single-post .section-title h1 {
            letter-spacing:0px !important;
        }
        body #page-header-bg .span_6 span.subheader {
            letter-spacing: 0px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • active00 replied

    works great! which parameter can I change to try make it bigger or smaller until is the correct one?

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Here, you can tweak the px till you find the right setup that suits you.

    0px !important;
    

    Regards

    Themenectar Support Team

  • active00 replied

    Thank you very much! you guys rock!

  •  75
    Scott replied

    Awesome,

    Please be sure to reach in in case you encounter another issue,

    Regards

    Themenectar Support Team