Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1131700
    stevetheadi
    Participant

    Hi guys

    some of the text on my homepage – broughtonschoolofmotoring.com – looks too big.

    I’m referring to the first paragraphs and custom headlines that you can see on the attached screenshot.

    I’ve searched for <big> tags but can’t see anything that is making the first paragraphs look different to the rest of the text.

    I’m using the latest versions of X, Cornerstone and WP.

    Can you assist?

    #1131746
    Thai
    Moderator

    Hi There,

    In this case, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link login to your site
    – WordPress Admin username / Password

    Don’t forget to select Set as a private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1131747
    stevetheadi
    Participant
    This reply has been marked as private.
    #1131797
    Joao
    Moderator

    Hi There,

    At the moment you have those titles as h4 that look like h5.

    This is the native size of h5 on X Theme.

    You can either try to use h6 instead or you can style the global looking of the h5 by adding the following code to Appearance Customizer Custom CSS

    h5, .h5 {
        font-size: 20px;
    }

    Hope it helps

    Joao

    #1132253
    stevetheadi
    Participant

    Thanks for that.

    But that won’t alter the size of the text, will it?

    If you check out the attached screenshot, it’s the paragraph that begins: ‘if you’re looking for driving lessons…’ The text is bigger than it should be.

    Hope that makes sense!

    #1132332
    Joao
    Moderator

    Hi There,

    I tried to login on your page but seems that just the authorized IPs can have access to it.

    Please turn of these security settings for a while so we can take a closer look on your setup.

    Thanks

    Joao

    #1132439
    stevetheadi
    Participant

    Hi

    I’ve turned it off. you should be able to access the admin panel now.

    #1132938
    Friech
    Moderator

    Hi There,

    Thanks, is your home page is created on text editor? I cant open it on Cornerstone.

    The issue is those paragraph that is bigger is wrap in a <big> tag.

    The <big> tag is not supported in HTML5. Use <p> tag for your paragraph instead and CSS to style the text.

    http://www.w3schools.com/tags/tag_big.asp

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1131700 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>