Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #489439

    Hi 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,
    Rikard

    #489619

    Hi Rikard,

    Thanks for offering to take a look.

    Mary

    #489897

    Hi,

    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,
    Rikard

    #490166

    Hi 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

    #490626

    Hi,

    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,
    Rikard

    #490827

    Hi 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,
    Mary

    #491672

    Hi,

    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,
    Rikard

    #492255

    Hi Rikard,

    Thanks for the tip, I will look into it changing them over.

    Thanks,

    Mary

    #492654

    Hi Mary,

    Great, please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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