Home › Forums › Pro Themes › Mediclean Pro › Standard size of headings
- This topic has 5 replies, 2 voices, and was last updated 6 years, 6 months ago by wensolutions.
-
AuthorPosts
-
May 31, 2018 at 9:27 am #72979Anna WanlandParticipant
Dear Support,
Somehow, I’ve accidentally set a standard font size for my H1 heading which appears to be the same as my H2 or H3… I have a feeling that I once changed this in the theme options, but now I cannot find the setting – has it been removed?
If possible, could you point me to the right direction, where I can change back the standard of the H1 font size?
Thank you! Kindest regards,
Anna
June 1, 2018 at 6:19 am #73016wensolutionsKeymasterHello @anna-wanlandmedicinskbildteknik-se,
While we have checked the settings/theme options for the Mediclean Pro theme, so specific settings for the font size of the H1 ( or heading tags ) were found in the theme.
It is thus possible that the fonts mismatch has been caused by some custom CSS codes you have applied in your website.
Please provide us your website URL of the page that you are having the font sizing issues with so that we can check and verify the issues and provide you with a precise fix.
Best Regards !!
June 1, 2018 at 7:18 am #73021Anna WanlandParticipantDear Wen Solutions,
thanks for the reply. Website is http://www.medicalimagingtechnologies.com and the font size issue is on every page, hence leading me to believe it is theme-related or CSS-related.
Here’s a copy of what I currently have in the CSS editor:
.site-header {
border-bottom: 6px solid #3fbca3;
}
#main-slider p {
font-size: 22px;
}
#main-slider h3 {
font-size: 32px;
}
#custom-header {
background-color: #3fbca3;
}
.mediclean_widget_latest_news .latest-news-title {
background-color: #3fbca3;
}
#main-slider,#main-slider .cycle-slide,#main-slider img {
min-height: 150px;
}.site-branding {
width: 75%;
}Cheers and best regards,
Anna
June 1, 2018 at 7:48 am #73028wensolutionsKeymasterHello @anna-wanlandmedicinskbildteknik-se,
The change in heading tag sizes is actually caused by the theme styles that is giving different font sizes for H1 used in content area ( From WordPress WYSIWYG editor ) and the Page headings.
As the Mediclean Pro theme has given the font size for H1 tags in the content area to be smaller in size, the heading tags looked smaller in the pages.
To resolve the issue, you can add in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :
h1 { font-size: 50px; }
You can adjust the size of the font ( in px ) as per your requirements.
If you have any queries/issues further, please feel free to write back to us.
Have a great weekend ahead 🙂
Best Regards !!
June 1, 2018 at 7:58 am #73029Anna WanlandParticipantExcellent, problem solved 🙂
Best regards,
Anna
June 2, 2018 at 11:04 am #73083wensolutionsKeymasterHello @anna-wanlandmedicinskbildteknik-se,
Glad we could hep you.
If you have any issues further please let us know.
Also, we would really appreciate if you could help us by rating our theme by following the link given below:
https://wordpress.org/support/theme/mediclean/reviews/
Thank you.
Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.