Okay
  Public Ticket #1681612
Responsive Setting
Closed

Comments

  • jasonoakman started the conversation

    I am trying to control the font-size setting for the subheader text but it is somehow being set to a specific size using !important (arrggggg! curse this attrrbute) directly on the page. How can i override this?

  •  3,030
    Andrew replied

    Hi there,

    Apologies for the late reply.

    You can change the font size by using the same CSS in the salient \ general settings - css script related - custom css code area.

    That is:

    @media only screen and (max-width: 690px){
    #page-header-bg .span_6 span.subheader {
        font-size: 15px!important;
    }
    }
    

    and then change the font size from there to adjust it.

    Cheers.

  • jasonoakman replied

    I had tried that already but it didn't work. See attached screen grab. Even when I fix the recommended errors, it doesn't have any effect .

  • jasonoakman replied

    How is this being set directly in the header. There must be some kind of automatic script that is setting this based on the original size of the subheader; however, I don't know where that is set and I can't turn it off.

  •  3,030
    Andrew replied

    Hi jasonoakman,

    Apologies for the late reply.

    The CSS is probably from the theme and set according to the options in the salient panel area.

    Could you try moving out those CSS options to an actual CSS file using the salient \ general settings - css script related - move dynamic \ custom css into external stylesheet.

    Then see if the custom CSS we gave you works and if not then give us temporary admin access - username password with admin privileges - we check this from the backend and see if we can get this working.

    Thanks.

  •   jasonoakman replied privately
  •  8,999
    Tahir replied

    Hey Again,

    Just cleared Cache and its working now : http://prntscr.com/kna88g . 

    Best


    ThemeNectar Support Team