Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #363257

    Change of font to anything else in Theme Options and control comes back

    That was wrong dont seem to be able to control anything

    • This topic was modified 9 years, 11 months ago by aribann.
    #363775

    Hey aribann!

    Not sure what’s going on there. I see it being added correctly to your dynamic stylesheet.

    #top #wrap_all .header_color h1, #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1, #top #wrap_all .socket_color h1{color:#86221f;font-size:24px;font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
    

    But it’s not being applied for some reason. Perhaps you have a typo in your other CSS somewhere. This feature is still in beta though. Try adding this to your quick CSS.

    .main_color h1 { font-size: 24px !important; }
    

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    #363780

    If added to the top of the quick CSS it works
    at the bottom it does not

    would you look at the quick CSS and see what is stepping on it

    #364184

    Hey!

    You most likely have a typo somewhere in your CSS. I tried looking through it but there is quite a lot there and I couldn’t pinpoint it.

    Regards,
    Elliott

    #364388

    cant have
    {
    {
    need
    {
    }

    i used http://csslint.net/ to find and highlight the error

    thanks for idea

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Open Sans font in Headers no longer responds to size control’ is closed to new replies.