Tagged: default font size
-
AuthorPosts
-
August 17, 2015 at 9:41 pm #489151
Hi Enfold Team,
I am trying to adjust the default font size of some text block content, the content is my H1 but I need it to be bigger in this one instance. I have brought the default font size up to 40 but nothing seems to change. How can I have my H1 be larger on some pages?
Thanks,
Mary
August 18, 2015 at 12:22 pm #489439Hi Mary15Birds,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Thanks,
RikardAugust 18, 2015 at 5:14 pm #489619Hi Rikard,
Thanks for offering to take a look.
Mary
August 19, 2015 at 9:54 am #489897Hi,
I think it would be better if you used the Special Heading element instead of using plain code if you want to set a custom size to it. But if you want to keep doing it that way you can use the following:
<h1 style="text-align: center; font-size:60px !important;"> Finally an ATS & CRM Built with </h1>
Regards,
RikardAugust 19, 2015 at 3:53 pm #490166Hi Rikard,
I gave the special heading element a shot but no matter what size I changed the heading size to it didn’t work, it just stayed my site wide defined H1 size. The code you sent did work though, so thank you for that. I’ve left both elements in place on the page if you wanted to look into it further.
Thanks,
Mary
August 20, 2015 at 9:51 am #490626Hi,
The settings from the Special Header is not overriding the settings you have made for the H1 tag, you can try a different header size in the Special Heading element to see if that works better. I would recommend you to remove your settings in Advanced Styling and use the Special Heading element in the future though since you will most likely have this problem again in the future.
Regards,
RikardAugust 20, 2015 at 3:24 pm #490827Hi Rikard,
Thanks so much for the suggestion! I wish I had thought of that in the beginning. If I go and delete the Advanced Styling for the H1 now will all the H1s on my site revert to some default or stay the way they are?
Thanks,
MaryAugust 22, 2015 at 6:08 am #491672Hi,
Unfortunately they will go back to a default setting, most likely larger than your current setting. But you could try removing the advanced styling setting and add the following to Quick CSS to see if the settings for Special Headings will override it:
h1 { font-size:20px; }
Regards,
RikardAugust 24, 2015 at 3:22 pm #492255Hi Rikard,
Thanks for the tip, I will look into it changing them over.
Thanks,
Mary
August 25, 2015 at 7:36 am #492654 -
AuthorPosts
- You must be logged in to reply to this topic.