Header Photo

Hi,
I have set the slide on my home page and I’d like to insert different header photos on other pages of the blog. Or the same slide of the homepage if I can, as it appears on your demo.
What should I do please?
Thanks
Michele

Hi @Michele,

Thank you for your question.

Do you want to display the slider on other pages also?

Please describe your question a bit more in detail so that i can help you.

Kind Regards,
Movin

Hi,
thanks for your message.
Yes, I want display the slider on the other page also.
What should I do please?
Regards
Michele

You can achieve this by using the Activello child theme shared in the following topic.

https://colorlibsupport.com/t/slider-on-all-pages-3/

Hi,
thank you Movin.
You can explain to me how I have to use ChildTheme files please?
Thanks and i hope you have a good week.
Regards
Michele

Hi,
I tried to load the plugin, by zip.file and no, I am attaching the error screens.
Maybe I’m wrong something?
Thanks
Michele

Hi,
ok I do and now work!
Thank You very much
Michele

You are most welcome here :slight_smile:

Hi Movin,
what should I do, if in the future, I wanted to remove the slide from the other pages of the blog?
Thank you very much
Michele

what should I do, if in the future, I wanted to remove the slide from the other pages of the blog?

Then just not use the child theme that you used on your site to achieve it.

Thank You
Michele

You are always welcome here :slight_smile:

Hello

Thank you for the shapely theme, it’s really nice but I have a problem with my blog page, I just wants to put a photo on header but not changing the photos form my other pages header. It’s that possible??? i already tried additional css

.blog header#header{
background-image: url(caravanetravels.com
) !important;
}

and

body.page-id-829 section.page-title-section.bg-secondary {
background-image: url(caravanetravels.com);
background-size:cover;
background-position: right, left ;
padding: 80px
}

Nothing works please help my website is caravanetravels.com

Thanks

Hi there

please try this css:

.blog .page-title-section {
background-image: url(caravanetravels.com);
background-size: cover;
background-position: right, left;
padding: 80px;
}

Next time, please open new ticket, :slight_smile:

Wow thank you very much! it works but last question! do you know why I have a lot of space between header and blog posts?

Hello there,

Try using this CSS to remove the gap:


/*Remove gap*/
header.entry-header.nolist a {
    display: none;
}

Best Regards,
Support

Hello thanky you for your reponse. Do you know how To Add A “Simple” Button To The Main Menu?
I tried menu-bottom on Css classes but it doesn’t work. Thank you and have I nice day.

Good eveing

“Do you know how To Add A “Simple” Button To The Main Menu?” - menus in WordPress can be managed from appearance > menus. but to be honest not clearly understand this part of the question, what you mean by the simple button in the menu?