Color of shopping cart - by kelseadaniels

This topic has 11 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson

  • Avatar: kelseadaniels
    kelseadaniels
    Participant
    August 8, 2015 at 18:13

    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!

    10 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 09:59

    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.

    Avatar: kelseadaniels
    kelseadaniels
    Participant
    August 11, 2015 at 20:51

    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?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2015 at 07:38

    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.

    Avatar: kelseadaniels
    kelseadaniels
    Participant
    August 13, 2015 at 18:33

    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.

    Avatar: Eva
    Eva Kemp
    Support staff
    August 13, 2015 at 20:26

    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.

    Avatar: kelseadaniels
    kelseadaniels
    Participant
    August 13, 2015 at 20:38

    I want to the coral/red color in the screenshot to the raspberry color.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    August 13, 2015 at 20:55

    Hello,

    Please try to use this code in custom.css:

    *::-moz-selection, ::selection {
       background-color: #B7468E;
    }

    Regards,
    Eva Kemp.

    Avatar: kelseadaniels
    kelseadaniels
    Participant
    August 14, 2015 at 23:40

    Unfortunately, the css did not work.

    Avatar: kelseadaniels
    kelseadaniels
    Participant
    August 16, 2015 at 20:50

    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?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 17, 2015 at 07:27

    Hello,

    Please provide us with correct WP Dashboard credentials in private content.

    Best regards,
    Jack Richardson.

  • Viewing 11 results - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.