Sonal S SinhaModerator
- Topics: 0
- Replies: 31329
- Total: 31329
Member since: August 16, 2013
Hi,
Kindly use this CSS to change color in all devices
.woocommerce span.onsale, .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li a:hover, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
background: #9A6324 !important;
}
Regards,
Chris
Sandy TsoiParticipant
- Topics: 7
- Replies: 30
- Total: 37
Member since: April 26, 2021
It still not working.
At the moment, it takes a few click of the toggle icon at the home page to show the full menu bar. And I realised it is because of the title first color and title last color animation at the “Welcome to Bosu Sushii”. The menu bar is not responsive when the title last color hasn’t been changed. Once the color of the word “Sushii” is changed, the menu bar is working.
Can you disable this function to make the menu bar working properly?
Sandy TsoiParticipant
- Topics: 7
- Replies: 30
- Total: 37
Member since: April 26, 2021
Hello
The Add to cart button color only reflected on mobile device not desktop.
Also, the color doesn’t change on the individual product page and the check out page both on mobile and desktop.
Sandy
Sandy TsoiParticipant
- Topics: 7
- Replies: 30
- Total: 37
Member since: April 26, 2021
HI
It still not working!
the grey color header still appear on desktop.
Sandy
Sonal S SinhaModerator
- Topics: 0
- Replies: 31329
- Total: 31329
Member since: August 16, 2013
Hi,
Kindly use this CSS to remove gry color.
#slidera {
min-height: inherit !important;
}
Regards,
Chris
WGrosslyParticipant
Member since: June 4, 2020
You updated the cybersecurity template late in 2020; can I still download the update?
The demo content imports but on the home page, the content is all in a single column, down the page; the content is not spaced our or has any background colors (where appropriate).
site: cybersecuritywv.com
Sandy TsoiParticipant
- Topics: 7
- Replies: 30
- Total: 37
Member since: April 26, 2021
HI,
I just found out the cause of the toggle menu bar issue. At the moment, it takes a few click of the toggle icon to show the full menu bar. And I realised it is because of the title first color and title last color animation. The menu bar is not responsive when the title last color hasn’t been changed. Once the color is changed, the menu bar is working.
Can you disable this function to make the menu bar working properly?
Sandy
Sandy TsoiParticipant
- Topics: 7
- Replies: 30
- Total: 37
Member since: April 26, 2021
Hi,
It is not working, the grey color header still appear on desktop.
Sandy
Sonal S SinhaModerator
- Topics: 0
- Replies: 31329
- Total: 31329
Member since: August 16, 2013
Hi,
Kindly use this CSS for desktop
.woocommerce a.button {color:#e60211 !important;}
How can I change the title last two words? I want to make the color of “Bosu” to Red and “Sushii” Black. In the SKT builder, it only allow you to change the last title color??
Ans: Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
Chris
Sandy TsoiParticipant
Member since: April 26, 2021
Hi,
There is a grey color header under the menu, it blocks the view of the online shop submenu. How to remove it? It only shows on the homepage not other page. I removed the slider.
https://ibb.co/pJ4SjRd
Also, when I view the homepage in mobile device, the product photo shrinked and affected the intro text alignment. It takes a few sec to show the normal view of the larger product photo which is not appearling.
https://ibb.co/28JL92K
Sandy
Sandy TsoiParticipant
- Topics: 7
- Replies: 30
- Total: 37
Member since: April 26, 2021
Hi Chris,
Thanks for the reply.
For the button color, i made the changes of the color of below. But it only reflected to Mobile device not desktop?
woocommerce a.button {color:#fffff !important;
background: #9A6324 !important;}
Please reply to my previous question:
How can I change the title last two words? I want to make the color of “Bosu” to Red and “Sushii” Black. In the SKT builder, it only allow you to change the last title color.
Screen-Shot-2021-06-10-at-10-27-30-pm
Sonal S SinhaModerator
- Topics: 0
- Replies: 31329
- Total: 31329
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
body.woocommerce-page ul.products li.product .product-thumb {
height: 320px !important;
width: 320px !important;
}
.woocommerce a.button {color:#e60211 !important;}
}
Regards,
Chris
Sandy TsoiParticipant
Member since: April 26, 2021
Hi,
The product circle frame is too small when browing on Mobile device. Is it possible to make the circle frame larger so the product image can be enlarged?
https://ibb.co/YpwqGZz
How can I change the “Add to Cart” background color?
https://ibb.co/pQHSsqk
How can I change the title last two words? I want to make the color of “Bosu” to Red and “Sushii” Black. In the SKT builder, it only allow you to change the last title color.
https://ibb.co/gd1z1Mx
https://ibb.co/tYWQL70
Sonal S SinhaModerator
- Topics: 0
- Replies: 31329
- Total: 31329
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.logo h2:first-letter {
color: #009246 !important;
}
Regards,
Brad
Sonal S SinhaModerator
- Topics: 0
- Replies: 31329
- Total: 31329
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header-extras {
background-color: #e34531;
display: none;
}
Regards,
Chris