Make Page Title Invisible

  • Unknown's avatar

    Hi!

    Is it possible to make the title of a specific page invisible in the Hemingway Rewritten theme?

    The page in question is: https://jasonwatts.net/sample-modeling-woodwinds-giveaway/

    I don’t want to completely remove the title, only make it invisible so I can replace it with a title image I created in Photoshop.

    Thanks in advance for any assistance that be offered!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I’m not up to date on the best image replacement technique but give this a shot (just replace the URL to your image and set the correct dimensions) and see if it works for you:

    body.page-id-156055 .entry-title {
    	text-indent: 100%;
    	white-space: nowrap;
    	overflow: hidden;
    	background: url("https://placehold.it/350x150") no-repeat;
    	height: 150px;
    	width: 350px;
    	display: block;
    }

    If anyone has any better methods please let me know!

  • The topic ‘Make Page Title Invisible’ is closed to new replies.