blossomthemessupport
Forum Replies Created
-
Hi @jackpwang,
If you want to display the date when a post was published instead of the last updated date then you can select the option highlighted on the screenshot via Admin Dashboard > Appearance > Customize > General Settings > SEO Settings. Screenshot: https://prnt.sc/26j0hwm
Do let us know if you have any other queries.
Regards,
Forum: Themes and Templates
In reply to: [Blossom Spa] Menu ColourHi @mamaoutpost,
We are sorry to inform you that the option of changing the theme color is not available in the Free version of the theme.
But we do have Pro version of the theme where you can find this option.
You can check other more features of Pro theme via link – https://blossomthemes.com/downloads/blossom-spa-pro/
Sorry for the inconvenience.
If you have any further questions or need support, feel free to write us anytime.
Regards!
Forum: Themes and Templates
In reply to: [Blossom Beauty] Problem with the MenuHi @alexv7,
Can you please explain the issues with the help of a screenshot or video to make it clear? You can use Chrome extension Lightshot to take a screenshot and Loom for recording video straight from your browser. This will help us to quickly identify your issue and provide a solution quickly.
Thank you and we look forward to hearing from you soon.
Forum: Themes and Templates
In reply to: [Blossom Spa] Multilanguage pageHi @estherssm,
Sorry for the mistake.
Mistakenly the Pro version of the theme was activated on my local machine.
The Free version of the theme is not multi-language ready. Only the Pro version of the theme is multi-language compatible.
Therefore if you want to make your website multilingual then you will have to use the premium version of our theme.
Regards!
Forum: Themes and Templates
In reply to: [Blossom Spa] Multilanguage pageHi @estherssm,
Please try checking the below screenshots.
Do let us know if you face further issues.
Regards!
Forum: Themes and Templates
In reply to: [Blossom Spa] Multilanguage pageHi @estherssm,
For translating the homepage with Polylang, you will need to translate the widget content via the customizer itself. Screenshot: https://prnt.sc/26c26yf
And the remaining strings can be translated via the setting highlighted on the screenshot: https://prnt.sc/26c24lw
Do let us know if you have any other queries.
Regards,
Forum: Themes and Templates
In reply to: [Vilva] stock on product pageHi @jmkermelpro,
If you want to replace the “In stock” text with any other text then you can try using the Say What? plugin for this.
Check these screenshots:
https://prnt.sc/26c20vy
https://prnt.sc/26c210uDo let us know if you have any other queries.
Kind regards!
Forum: Themes and Templates
In reply to: [Vilva] quantity on cartHi @jmkermelpro,
We checked your website product page but could not track the issue. Screenshot: https://prnt.sc/26c1pay
Can you please send us the link to the page with the issue?
Regards!
Forum: Themes and Templates
In reply to: [Vilva] Photo’s not showing upHi @slalemand,
Currently, the grey background is showing because you don’t have any featured image set to the posts. In order to set the featured image for a post, go to Admin Dashboard > Posts > All Posts > Edit the post > Set the featured image. Check the screenshot – https://prntscr.com/skeche
You can also check this in-depth tutorial on how to create posts and Pages in Gutenberg Block Editor – https://youtu.be/Kjy_PmO8Bws
Do let us know if you face further issues.
Kind regards!
Forum: Themes and Templates
In reply to: [Blossom Spa] Change categories backgroundHi @estherssm,
You can set a common category header image for all your category pages via Admin Dashboard > Appearance > Customize > General Settings > Header Settings.
Screenshot: https://prnt.sc/24x9im9
Do let us know if you have any other queries.
Regards!
Forum: Themes and Templates
In reply to: [Vilva] quantity on cartHi @jmkermelpro,
Thank you for getting back to us.
Applying CSS code only to the common container class will affect the overall width of all the site containers.
You can try using the below CSS code to fix the issue with the quantity box:
.woocommerce-cart table.cart input { padding: unset; }
Do let us know if you have any other queries.
Regards!
Forum: Themes and Templates
In reply to: [Vilva] Modify Grey band on pageHi @jmkermelpro,
We are glad we could help ??
Wishing you and your family a wonderful Christmas and a blessed New Year on behalf of the entire Blossom family.
Regards!
Forum: Themes and Templates
In reply to: [Vilva] quantity on cartHi @jmkermelpro,
Can you please explain your requirement with the help of a screenshot to make it clear? You can use Chrome extension Lightshot to take a screenshot straight from your browser. This will help us to quickly identify your issue and provide a solution quickly.
Thank you and we look forward to your reply.
Forum: Themes and Templates
In reply to: [Vilva] Modify Grey band on pageHi @jmkermelpro,
If you want to add the header styling to all the other WooCommerce page then for this, you can use the CSS code below:
.woocommerce-page .site-content .page-header .page-title { color: #fff; } .woocommerce-page .site-content>.page-header .breadcrumb-wrapper a, .woocommerce-page .site-content>.page-header .breadcrumb-wrapper span { color: #BFAE1F; } .woocommerce-page .site-content>.page-header { padding: 20px 0; background: #1D4724; } .woocommerce-page .site-content>.page-header::before { background: unset; }
Regards,
Forum: Themes and Templates
In reply to: [Vilva] Modify Grey band on pageHi @jmkermelpro,
Here is the code for changing the footer background color:
.footer-t { background: #1D4724; } .footer-b { background: #1D4724; }
Regards!