Home Forums Pro Themes Mediclean Pro Standard size of headings

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #72979
    Anna Wanland
    Participant

    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

    #73016
    wensolutions
    Keymaster

    Hello @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 !!

    #73021
    Anna Wanland
    Participant

    Dear 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

    #73028
    wensolutions
    Keymaster

    Hello @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 !!

    #73029
    Anna Wanland
    Participant

    Excellent, problem solved 🙂

    Best regards,

    Anna

    #73083
    wensolutions
    Keymaster

    Hello @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!!

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