Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #998020
    sasquach007
    Participant

    I’m using Renew. If you look at my recent blog post : http://www.thepatienttrader.com/should-goldman-sachs-going-cold-equities-change-your-swing-trading/

    The title is much smaller than the heading tags in the article. The H2 and H3 titles are giant and should be smaller than the Title which is a H1 tag I believe. Is there a way with custom CSS to bring the size of the h2 and h3 tags down so they are smaller than the Title? Maybe smaller font size but keep the h2 & h3 tags. I’ve used these tags in other themes but they are never as big as what I’m seeing.

    Is the title an h1 by default. I thought it was but it doesn’t appear to be from the looks of this.

    Also, if I want to change the font for the blog with custom css, how would I do that?
    Many Thanks!

    #998330
    Jade
    Moderator

    Hi there,

    To change the font size of the h2 and h3 tags, you can use these CSS:

    h2 {
        font-size: 160%;
    }
    
    h3 {
        font-size: 150%;
    }

    You may add additional custom CSS to change the font of the blog page but it depends which elements you want to change the font and what font you’re going to use. Kindly provide us more info so that we could provide you with the CSS code.

    #999524
    sasquach007
    Participant

    I just want to change the default blog font to Arial. The post above was just created with wordpress(no cornerstone) but it took on the default font of the theme. This default is what I want to change.

    I also need to know how to change the font in Cornerstone for a Text Element and a Featured Headline element.
    Thanks!

    #999571
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can change global font settings in the customizer under typography section.

    Appearance > Customize > Typography.

    Regarding text elements and feature headlines, for text elements, you have more options. You can use inline CSS via html, or use the style field which does the same thing. You can add a class and add your cSS via the customizer. You can also do the latter for feature headlines.

    If that isn’t working, we may need to see which elements you need changing and see if we can assist with tailored CSS.

    Please point us to where the elements are and we;ll do our best to assist. Thanks!

    #999604
    sasquach007
    Participant

    Thank You!

    #999765
    Joao
    Moderator

    You are welcome.

    Let us know if you need help with anything else.

    Joao

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