Move text and title

Hope you can help me with few issues marked with red arrow in picture;

  1. First I dont want the title of page to show up, how can I get rid of it?
  2. The text “The Best Gun Belt” should be on top of the image, how can I achieve that?
  3. there is a gap between sidebar and image, how can I get rid of the gap?

thanks.

Hi @waynepatt58,

Thank you for writing in, for 1) Please follow one of the solutions provided here.

For 2 and 3) Please add your Image as the Section’s background instead.



Hope it helps,
Cheers!

Thanks, however the link provided for question 1. relates to pages. I checked out settings on the post and it does not have an option to disable the page title for posts only pages that I can see. Hopefully I have not missed it.

Hi @waynepatt58,

Sorry, I thought you’re working with a page.

To hide the title on the posts, please add this to Theme Options > CSS

.single-post .entry-header {
	display: none;
}

Hope it helps,
Cheers!

Thanks, tried that but code was greyed out and would not work, so are you sure it is correct, maybe something missing out of code?

Hi @waynepatt58,

From the looks of your screenshot, it seems you’re missing the last closing bracket } for that last CSS block (before mine). Please add it.

Thanks,

Yes you were correct, sorry about that and many thanks for your help.

You’re welcome!
We’re glad @Friech were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.