Home Forums Support Widget Support EasyBlog Edit Title Color after clicking on Post thumbnail

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43262
    Anonymous
    Inactive

    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

    #43320
    responsive-muse
    Keymaster

    Hi Jack,
    You should be able to hide the post title and change color or size using the widget settings.
    I hope it helps!

    #43344
    Anonymous
    Inactive

    Did not solve the problem. Look at the attached screenshot of my page.

    Jack

    responsive muse

    #43393
    responsive-muse
    Keymaster

    Sorry, 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 there

    To 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>

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Scroll to Top