Announcement

#1 2022-07-10 12:19:32

TonyR
Member
2022-07-10
2

Changing hero image to just a plain old background.

Hi there

Could someone help me out with changing the hero image to just a plain image background?

When I upload a pic it loses the top and bottom formatted menu areas and seems to 'dull' my image with some sort of slider or lightbox.

I would like to just add an image to the white centre section and retain the existing formatting.That's it! Plain and simple.

Thanks!

Tony

Theme:Bootstrap Darkroom

https://pix.team9227.com

Last edited by TonyR (2022-07-10 13:16:24)

Offline

 

#2 2022-07-19 15:50:32

hannah
Piwigo Team
2019-04-24
57

Re: Changing hero image to just a plain old background.

Hi TonyR,

TonyR wrote:

seems to 'dull' my image with some sort of slider or lightbox.

Yes with the hero image a layer of transparent black is applied and as you scroll down becomes less transparent.

With the LocalFilesEditor plugin you could add this:

Code:

.page-header::before {
  background-color: rgba(0, 0, 0, 0);
}

This makes the overlay see through, an stops the "dull" effect.

TonyR wrote:

I would like to just add an image to the white centre section and retain the existing formatting.

If I understand correctly what you would like to do you should be able to just change the bootstrap darkroom settings to display hero image.

In the page header settings choose Hero Image, and then in the input just below add the url to the image you want displayed.

Using the LocalFilesEditor you can also customize anything currently in your banner by using '#theHeader' selector.

Offline

 

#3 2022-07-19 15:54:59

TonyR
Member
2022-07-10
2

Re: Changing hero image to just a plain old background.

Thank you so much!

Adding the code to make the overlay see-through made it pop!

I am a happy man!

Offline

 

#4 2022-07-19 16:19:12

hannah
Piwigo Team
2019-04-24
57

Re: Changing hero image to just a plain old background.

You're welcome ! Glad I could help :)

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact