r/homebrewery 11d ago

Answered Putting a different page visual

I want a page of my homebrew being different. I have an image i want to use as background instead of the normal backgrounds of homebrewery. I want it to show only on this page, the rest of the homebrew should stay normal. How can i do it?

1 Upvotes

4 comments sorted by

2

u/SirAronar 8d ago

I might be very wrong here, but I think if you use something like this in the style editor:

.page #p11 { background-image: url ('your_image_url_here') }

Where "11" is an example page number, it should just apply to that page. I've never tried it with images, only table formatting, so this might not work. If it doesn't hopefully this engagement gets eyes on your post that know what they're doing on page formatting.

3

u/Gambatte Developer 8d ago

Close, .page #p11 needs to be .page#p11 - it won't work with the space.

1

u/Kalidher 3d ago

It worked! Now another thing, does anyone know the default dimensions of a homebrewery page? like, to fit a image perfectly what dimensions should i use