Hi there I have changed the font sizes for the heading and subheading but only the heading seem to showing any changes – the subheading on mobile seems to be overiden somewhere else that I cant figure out.
its theIn loving memory section at the bottom of the page – the subheading text is “Life is change, without change there is no life; Love You”. I have made it 25px but its showing as 14px.
Hey xfacta,
Thank you for the inquiry.
Did you add the following css code or adjust the style of the paragraph element in the Enfold > Advanced Styling panel?
#top .all_colors p {
font-size: 16px;
line-height: 1.7em;
}
This overrides the custom element styling on mobile view.
Best regards,
Ismael
Hi there Are you saying that css is in there already or I need to add this?
I cant see that in the quick CSS so not sure where that is?
Hi,
The css is already there. Did you adjust the style of the paragraph element in the Enfold > Advanced Styling panel? Please provide the login details in the private field so we can check the settings.
Best regards,
Ismael
Hi there
Yes I have adjusted the paragraph element in the advanced styling panel.
Hi,
Thank you for the info.
We removed the paragraph style modification in Enfold > Advanced Styling and adjusted the options in Enfold > General Styling > Typography instead. Please make sure to purge the cache before checking the page.
Best regards,
Ismael
Hi,
Thank you for the info.
We removed the paragraph style modification in Enfold > Advanced Styling and adjusted the options in Enfold > General Styling > Typography instead. Please make sure to purge the cache before checking the page.
Best regards,
Ismael
Great thanks so much :-) Is there anyway to bold the subtitle text for just this instance?
Hi,
You can wrap the content in strong tags:
<strong>Your text</strong>
I have done that for you this time.
Best regards,
Rikard
thank you so much :-)