Tagged: x
-
AuthorPosts
-
May 3, 2016 at 8:47 pm #911717
piexecParticipanthttp://palmharborpress.com/news/
On my news page, how can I just show:
1. Featured Image
2. Title
3. Excerpt
4. Read More ButtonThanks in advance.
May 4, 2016 at 3:05 am #912079
RupokMemberHi 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 > Blog – http://prntscr.com/b02cia
Hope this helps.
Cheers!
May 4, 2016 at 7:40 am #912372
piexecParticipantGreat. Thanks! How do I change the font family of the page title? I cant seem to find that at all.
May 4, 2016 at 10:47 am #912675
ThaiModeratorHi 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 🙂
May 4, 2016 at 11:03 am #912714
piexecParticipantThis reply has been marked as private.May 4, 2016 at 4:04 pm #913221
Nabeel AModeratorHi 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!
May 5, 2016 at 5:30 am #914080
piexecParticipantActually, I want the Page Title to change, not the blog entry.
May 5, 2016 at 10:43 am #914423
JoaoModeratorHi 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
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-911717 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
