• Resolved maxsmom

    (@maxsmom)


    Hello,
    I have 2 issues that I cannot seem to fix. My titles are huge and the typography is not responding to the smaller font requested. The other issue is … the website shows an outline form for every page for about 3 seconds then goes into the normal view. How can I stop this from showing.
    http://www.all-kitchen.com
    Thanks so much!

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi,

    First of all I want to say you your flexslider is showing an error in error console and Please tell what typography you are using in this site.

    Thread Starter maxsmom

    (@maxsmom)

    I turned the flexslider off because the my images were not large enough.
    The h1 and h2 font size is set for 16 but not working.

    Hi Maxsmom,

    You are not using any h2 or h1 tags. You are using only h3 and h5 tags. Your h3 tags are at 24.5px and your h5 is at 16px.

    Also I cant seem to see an outline form when it loads.

    Hope this helps.

    Thread Starter maxsmom

    (@maxsmom)

    For some reason, the typography does not respond. My h3 tags are set to 15 but look huge. Thanks for your help.

    No problem. Which stylesheet are you trying to edit this in? Are you using child theme?

    Looks like you need to refresh your cache. You shouldn’t use a caching plugin while you are editing your site.

    Kadence Themes

    Thread Starter maxsmom

    (@maxsmom)

    I deactivated the cache plugin. The problems still exist.

    I would try to put the h3 tag in your custom css instead and see if it overrides it. Your bootstrap.css keeps taking over.

    You can even put !important next to fontsize under h3. If you need to.

    Thread Starter maxsmom

    (@maxsmom)

    Can you give me the css code so I can put it in the custom css box?
    Thanks for your help.

    h3 {
    font-size: 15px;
    }

    or where ever you tried to make it 15px already before you can try this if the custom css code doesnt work

    h3 {
    font-size: 15px; !important
    font-weight: bold;
    line-height: 15px;
    }

    I would try the custom css code or make a child theme instead of changing the parent themes stylesheet cause an update of the theme can change it all.

    It looks like you are using a plugin or something to make the css enqueue happen in the footer of your site and not the header. That is why it’s showing the outline first and why the theme options isn’t working. Try deactivating your plugins.

    Kadence Themes

    Thread Starter maxsmom

    (@maxsmom)

    I found the plugin causing the problem. I deleted the “Javascript to Footer” plugin. Resolved all of the issues. That plugin is suppose to make your site run faster so that was why I had it installed. Didn’t realize it was causing the theme not to work. Thanks so much for your help.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Large titles’ is closed to new replies.