Single page image and header

Hello,

I’ve asked this earlier, but I still got no solution on this. The title on my single pages aren’t load in properly. Can you fix this?

And i really want to have the extra image out. This should be possible, since in normal blogs don’t have the header image in double either. I really hope you can fix this, since it takes a while now and we receive a lot of visitors via these pages. The double image is really bad for the readability and we see in the statistics we loose a lot of people due to scrolling.

http://www.vrouwendievanserieshouden.nl/premierekalender/vervolg-seizoen-6-once-upon-a-time/

Hello there,

I hope you are doing well today.

Have you made any changes to the CSS code that could affect the text in the theme?

You can change the blog header image by going to Appearance > Customize > Blog Options > Blog Archive Header Image and replace the image there.

Best Regards,
Support

That is not what I mean. I don’t want to have the image in twice. It copies the header image like you can see in the screenshot. I want to have the header image as it is, but without the extra image at the top of the article.

Hi,

Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

.single-tribe_events .tribe-events-event-image { display: none; }

Let us know,

Thanks,
laranz.

Yeah… this is it. Thank you so much. Do you also know why the title isn’t displayed properly in the featuring image? Than I’m all set, but this is already a big leap forward :slight_smile:

Regards,
Carlien

Hi,

Can you show the page URL? This URL http://www.vrouwendievanserieshouden.nl/premierekalender/vervolg-seizoen-6-once-upon-a-time/ says server not found, and also any screenshot for the title is not displaying properly?

Let us know,

Thanks,
laranz.

Hi Laranz,

I see the problem with the title has been resolved since the new update. But as you can see on this page the subtitels are really large and the text in the side bar as well. Can you decrease the size by half? It wasn’t this way before the update.

http://www.vrouwendievanserieshouden.nl/premierekalender/seizoen-2-poldark-net5/

Regards,
Carlien

Hi,

Actually those are from a plugin that is named tribe events or something, you can ask the plugin author about this too, to change the font size you can use this, Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

.tribe-events-schedule h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.tribe-events-list-widget .tribe-list-widget, .tribe-list-widget li{
padding:0;
}
.tribe-events-list-widget .tribe-event-title{
font-size: 16px;
}

Let us know,

Thanks,
laranz.