Tagged: font size, special heading
-
AuthorPosts
-
June 8, 2016 at 12:47 pm #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,
MoniqueJune 9, 2016 at 5:46 am #645223Hey 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,
JordanJune 9, 2016 at 10:47 am #645356Hey 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,
MoniqueJune 10, 2016 at 9:42 pm #646364Hi,
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,
VinayJune 14, 2016 at 10:54 am #647894Hi 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,
MoniqueJune 16, 2016 at 8:25 pm #649389Hi,
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.
June 30, 2016 at 5:48 pm #655400Hi 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 pluginsUnfortunately 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,
MoniqueJuly 4, 2016 at 4:35 am #656376Hi,
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,
IsmaelJuly 4, 2016 at 1:11 pm #656526Hi 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,
MoniqueJuly 5, 2016 at 12:49 pm #657001Hi,
Kriesi is going to fix it in the next update. Thanks for being patient.
Best regards,
AndyJuly 5, 2016 at 12:55 pm #657010Ok 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,
MoniqueJuly 5, 2016 at 1:41 pm #657035Hi,
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,
VinayAugust 5, 2016 at 2:21 pm #668976August 11, 2016 at 12:21 pm #671268Hi 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,
MoniqueAugust 12, 2016 at 5:56 am #671685Hi Monique,
Great, we’ll keep the thread open in case you should need any further help on the topic.
Regards,
RikardAugust 17, 2016 at 3:48 pm #673759Hi 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,
MoniqueAugust 17, 2016 at 4:11 pm #673776Hi 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,
MoniqueAugust 19, 2016 at 5:02 am #674458 -
AuthorPosts
- The topic ‘Change font size special heading being ignored’ is closed to new replies.