This topic has 11 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
Hi there. How do I change the color of the shopping cart, the highlighter, and the featured products arrows in the homepage? What class is that under? I have the custom css file, I just want to make sure I am addin the right custom css. Thank you!
Hello,
Featured products arrows in the homepage can be edited with help of some image editor because they are loading from the file wp-content/themes/blanco/images/slide_next.png.
To change hover color of “Shopping Cart” link in the header use this code in custom.css:
#top-cart > a:hover {
color: red;
}
Best regards,
Jack Richardson.
Thank you. Is it possible to change the color of the shopping bag? What is the css code to change the highlighter color and the twitter feed?
Hello,
The color of shopping bag can be changed with some image editor because it’s loading from the image file wp-content/themes/blanco/images/shopping-bag.png.
To change color for Twitter feed text use this css code:
.twitter-message {
color: black;
}
Please clarify for what element you want to change highlighter color.
Best regards,
Jack Richardson.
Oops, maybe I didn’t clarify about the twitter feed. How do I change the color of the links because right now it is the default coral color.
As for the highlight, when I drag my cursor on the homepage, it is still that default color. I want to change it to the company’s color.
Hello,
Please use this code for Twitter links:
.twitter-message a {
color: #FF4A4A;
}
Write your color value.
Do you want to change this color for menu item http://storage2.static.itmages.com/i/15/0813/h_1439493934_9753770_9c169f3841.png ?
Please clarify what company’s color is. Please show us a screenshot what you want to edit.
Regards,
Eva Kemp.
Hello,
Please try to use this code in custom.css:
*::-moz-selection, ::selection {
background-color: #B7468E;
}
Regards,
Eva Kemp.
Unfortunately, the css did not work.
One more question. When someone adds a product to the cart, there is a little check mark that will appear next to the “add to cart” button, where do I go to change the color of it?
Hello,
Please provide us with correct WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up