Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #644784

    Hi guys,

    Building a new website in Enfold and bumping into a small problem. Changing the font size in special heading doesn’t take effect.

    In child theme options the h2 is set to 26.
    The special heading is set to 40, but the actual size is still 26. I suppose the special heading should overwrite the setting in child theme options?
    I have not created any custom css yet.

    Please advise.

    Thanks & regards,
    Monique

    #645223

    Hey Monique,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-special-heading-tag {
        font-size: 40px !important;
    }
    

    Best regards,
    Jordan

    #645356

    Hey Jordan,

    Does that not influence all special headings?

    And, I only want that specific header on the home page with a larger font size, not all (H2) special headers.

    Why do the special heading settings not work?

    Regards,
    Monique

    #646364

    Hi,

    To target specific elements on the site please enable custom class support and use the custom class name in combination with the above css to target only one heading :)

    Please check this link for more info http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Vinay

    #647894

    Hi Vinay,

    I cannot target a specific class to a special header. The only thing I can do is change the font size within the element, but that doesn’t work.

    The settings in the element should override the settings in the theme options styling extra, right?

    Why do the special heading settings not work and how can I solve this problem?

    Regards,
    Monique

    #649389

    Hi,

    It should work when you change the size in the special heading option. If for some reason it is not working please make sure you are using the latest version of the theme which is currently 3.6.1 and if that does not solve the issue a plugin conflict may be one of the reason for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    • This reply was modified 8 years, 5 months ago by Vinay.
    #655400

    Hi Vinay,

    Meanwhile I have followed all your instructions:
    1. updated the theme with latest version
    2. wp was already latest version
    3. all plugins were latest versions
    4. deactivated all plugins

    Unfortunately the problem still persists :-(

    Like I mentioned before, I set H2 in styling extra to 26px, however, I assume that the size inserted for a special header should overwrite what has been set in the styling extra! Or not? Is this a bug maybe?

    Please advise.

    Thanks & regards,
    Monique

    #656376

    Hi,

    Please add this in the Quick CSS field temporarily:

    	.av-inherit-size > * {
    	    font-size: inherit !important;
    	}

    We will forward the issue to Kriesi.

    Best regards,
    Ismael

    #656526

    Hi Ismael,

    Thanks. However that influences also the subheading… Now the subheading is also 40 px and it should be 24 px. What to do about that?

    Regards,
    Monique

    #657001

    Hi,

    Kriesi is going to fix it in the next update. Thanks for being patient.

    Best regards,
    Andy

    #657010

    Ok Andy thanks!

    Due to holidays, we can finish this website only in August anyway, so I hope the new update will be ready by then!

    Have a nice day,
    Monique

    #657035

    Hi,

    We do not have an ETA on the next update but if you look at our history we release an update quite often and hopefully it should be soon :)

    Best regards,
    Vinay

    #668976

    Hi!

    it will be in the release today ;)
    Sorry for the delay.

    Best regards

    Kriesi

    #671268

    Hi Kriesi!

    Just returned from my holidays, so perfect timing :-)

    I’ll do the necessary updates next week an trust that will help.

    Thanks a lot & regards,
    Monique

    #671685

    Hi Monique,

    Great, we’ll keep the thread open in case you should need any further help on the topic.

    Regards,
    Rikard

    #673759

    Hi guys,

    Meanwhile I have done the updates (WP, Enfold, plugins) so everything is spick and span now.

    Unfortunately it does not work as it should :-(

    The header can now be set to another font-size, but that also influences the subheading. Both are now 40px as were the h2.av-special-heading-tag should be 40 px and the av-subheading av-subheading_below should be 24 px.

    Please advise.

    Regards,
    Monique

    #673776

    Hi again,

    Sorry, my mistake. I still had Ismael’s code (#656376) in the Child theme’s style sheet and that overruled the theme options…

    Seems to be ok now, so please flag this topic as solved. In case I have new questions, I will open a new topic.

    Thanks and regards,
    Monique

    #674458

    Hi Monique,

    Ok great, glad you got it working :-)

    I’ll close the topic so please start a new one if you should any further problems or questions.

    Best regards,
    Rikard

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Change font size special heading being ignored’ is closed to new replies.