Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #911717
    piexec
    Participant

    http://palmharborpress.com/news/

    On my news page, how can I just show:

    1. Featured Image
    2. Title
    3. Excerpt
    4. Read More Button

    Thanks in advance.

    #912079
    Rupok
    Member

    Hi there,

    Thanks for writing in! That’s already showing Featured image, title and content. So if you want to show the excerpt and read more button instead of full content, you need to disable Full Post Content on Index from Customize > Bloghttp://prntscr.com/b02cia

    Hope this helps.

    Cheers!

    #912372
    piexec
    Participant

    Great. Thanks! How do I change the font family of the page title? I cant seem to find that at all.

    #912675
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .entry-title {
        font-family: "Lato",sans-serif;
    }

    You can replace the Lato with your font family.

    To add a new Google font, please take a look at this ticket: https://community.theme.co/forums/topic/adding-new-google-font/#post-315000.

    Hope it helps 🙂

    #912714
    piexec
    Participant
    This reply has been marked as private.
    #913221
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your child theme’s style.css file. It seems like the above code is not being applied to the site.

    .entry-title {
        font-family: "Lato",sans-serif !important;
    }

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #914080
    piexec
    Participant

    Actually, I want the Page Title to change, not the blog entry.

    #914423
    Joao
    Moderator

    Hi There,

    If you would like to change the blue Custom Headlines you have on your site,

    You need to go to Cornerstone click on the Custom Headline Element and on the left tab scroll down to the bottom until you find the Style Box and add the code

    font-family: lobster;

    You can change lobster for the font you prefer

    Please see img attached

    Hope that helps,

    Joao

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