Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #256593

    Hi I had made some changes to the font family, heading sizes and colors, but after the update to 2.7 it is not working.

    Here is what I have got:

    h1,h2,h3,h4,h5,h6 { font-family: “GillSans-Light”, sans-serif; !important;}

    h1 { font-size: 21px; }
    h2 { font-size: 19px; }
    h3 { font-size: 17px; }
    h4 { font-size: 16px; }
    h5 { font-size: 14px; }
    h6 { font-size: 13px; }

    body {
    font-size: 72%;
    font-family: “GillSans-Light”, “Gill Sans”, sans-serif; !important;
    }

    .avia-promocontent p{
    font-size: 13px;
    }

    .form-allowed-tags {
    display: none;
    }

    I just want blog heading and other plugin headings etc to have #f05a1a as font color, not black as they are now – not all of the exiting headings, only the heading I can’t place inside a Special heading ??

    And the font family changes worked before the update, not any more ?

    My site:

    • This topic was modified 10 years, 7 months ago by Lone1971.
    #256598

    Hi Lone1971!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-content-slider .slide-entry-title { color: #f05a1a; }

    If that does not apply to plugin heading elements, please point out an example so we can take a look

    Cheers!
    Yigit

    #256605

    I have tried to put in my website, will try again then
    http://www.lonesoederberg.com

    No it is not working, I mean blogposts headings, widget area headings, Team member headings etc

    Also I can’t make the font: Gill Sans light any more, I want that throughout the entire site ?

    This was also a problem in the beginning for me, the Heading colors and sizes, in blogposts, widgets and where there are headings that are not put inside the ” Special heading ” through the advanced layout builder ?

    #257365

    Hey!

    Your initial declaration syntax is incorrect and is causing the font to not load in. It should be:
    h1,h2,h3,h4,h5,h6 { font-family: "GillSans-Light", sans-serif !important;}

    There is also something very odd going on in your Quick CSS which I can’t pinpoint. I think there is a hidden character or something that got pasted in or maybe it just needs to get regenerated. But looking at the file live dev tools is ignoring the first rule for color coding though it does seem to get added in.

    It could be as simple as re-declaring things after your first rule so that they correctly get applied. Its also worth noting that further down the page you have the font family for the body set as Maven Pro which is why the !important is required above.

    Cheers!
    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.