- This topic has 12 replies, 2 voices, and was last updated 3 years, 4 months ago by
Skandha.
-
AuthorPosts
-
April 26, 2020 at 11:26 am #244184
Ryanb18
ParticipantHello
I have added all my products to my WooCommerce store, however I would like to customise the header image for each product page so it isn’t a black block. How can I either simply change the colour or add an image?
Kind regards
RyanApril 27, 2020 at 12:40 am #244269Skandha
Participant@ryanb18: Hello Ryan,
Please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaApril 27, 2020 at 3:09 pm #244411Ryanb18
ParticipantHello Skandha
Its my mothers site which I have been putting together for her: suebrowncrafts.com
An example of one of the products I would like to change the header image of: https://suebrowncrafts.com/product/crochet-blanket/
Kind regards
RyanApril 28, 2020 at 4:44 am #244529Skandha
Participant@ryanb18: Hello Ryan,
I am afraid it is not possible to have separate header image for single product pages.
To change the background color and height of the header content
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (min-width: 64em) { .single-product .custom-header-content { padding: 60px 50px !important; } } .single-product .header-media { background-color: #123456; }
You can change the padding to change the height and change the color according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaApril 29, 2020 at 2:40 pm #244827Ryanb18
ParticipantThank you
I will have a go at changing the colour of the headers
Kind Regards
RyanApril 29, 2020 at 3:03 pm #244835Ryanb18
ParticipantHello Skandha
I still can’t change the colour of the header image, am I to remove the #12345 and replace it with a colour such as #ed618d ? or am I doing it wrong?
Kind Regards
RyanApril 30, 2020 at 12:47 am #244890Skandha
Participant@ryanb18: Hello Ryan,
Can you try the following CSS Code instead?.single-product .header-media { background-color: #ed618d !important; }
Let me know if this works out!
Kind Regards,
SkandhaApril 30, 2020 at 2:29 pm #244958Ryanb18
ParticipantHello
Yes, this has worked, thank you!
Can I have each individual product header a different colour or do all of them have to be the same colour?
Kind Regards
RyanMay 1, 2020 at 1:09 am #245000Skandha
Participant@ryanb18: Hello Ryan,
You can have different color for individual product page.Kind Regards,
SkandhaMay 3, 2020 at 1:13 pm #245301Ryanb18
ParticipantHello Skandha
How do I make each of the product headers different colours?
Kind Regards
RyanMay 5, 2020 at 5:49 am #245512Skandha
Participant@ryanb18: Hello Ryan,
For the product page https://suebrowncrafts.com/product/crochet-blanket/
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..postid-335 .header-media { background-color: #f23456 !important; }
Like wise you will need to use the post id for your other product pages.
Let me know if this works out!
Kind Regards,
SkandhaMay 5, 2020 at 3:45 pm #245571Ryanb18
ParticipantHello Skandha
Yes, that is great! thank you very much!
Kind regards
RyanMay 5, 2020 at 11:37 pm #245605Skandha
Participant@ryanb18: Hello Ryan, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/izabel/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
Skandha -
AuthorPosts
- The topic ‘How do I add an image to each of my product page headers?’ is closed to new replies.