Site logo

Archived topic

Make part of header (link) look like a button

5 replies · Started by William on August 14, 2020

Viewing posts 1–6 of 6

Hi there,

Is there a way to make the link in the header element ("George Orwell" here) like a button, with hover effect?

Kind regards,

Will

That's great thanks :) I've added some CSS to style it a bit more here.

On some posts, such as this one, I don't have any content for the button and want the button to be non-existent. Is there a way to make the button disappear if there is no content for the button from a shortcode?

Unfortunately CSS cannot tell if there is content or not.

I've done some research and manage to make some CSS that does:

.page-hero #post_title :empty {
	display: none;
}

Awesome!

Thanks for sharing!

This archived topic is closed to new replies.