Home › Forums › Support › Widget Support › EasyBlog › Edit Title Color after clicking on Post thumbnail
- This topic has 3 replies, 2 voices, and was last updated 6 years, 1 month ago by responsive-muse.
- AuthorPosts
- August 30, 2018 at 2:23 pm #43262AnonymousInactive
When you click on a post thumbnail you are taken to the html page. There is a title already there in ugly pink. How can I edit the color of that title? When I add my own title both titles appear. I’d alsolike to use something other than the generic “Heading” font. How is that done?
Here’s the link: https://happyjackcooks.com/home.html?id=1535469923-shrimp-ceviche
Thanks, Jack
September 1, 2018 at 4:37 pm #43320responsive-museKeymasterHi Jack,
You should be able to hide the post title and change color or size using the widget settings.
I hope it helps!
September 2, 2018 at 4:39 pm #43344September 4, 2018 at 6:57 pm #43393responsive-museKeymasterSorry, this little CSS snippet may help.
To add custom CSS in Muse, you must go to Page -> Page Properties -> Metadata -> HTML for
and paste the code thereTo hide the title:
<style> .singleposttitle {display:none!important} </style>
To change the color and font family:
<style> .singleposttitle { font-family: Arial, Helvetica, sans-serif!important; color:#cecece!important } </style>
- AuthorPosts
- You must be logged in to reply to this topic.