Before you ask please READ THIS

HOW TO EDIT "VIEW CART" BUTTON COLORS

in Fame Posts: 33
For some reason in the last day the colors have changed in the "view cart" button- need help on this issue asap please!
How would I change it if I wanted it
No hover: Font and Border #181818, Background #FFFFFF
Hover: Font: #4B4B4B, Hover Background #FFFFFF, Border: #181818

- Sending shop link via message

Thank you!

Comments

  • Posts: 33
    First photo is on Hover and Second is not on Hover
  • AirAir
    Posts: 10,970
    Hello:-)

    I think you have changed settings for buttons recently, right? http://apollo13.eu/docs/fame/#!/buttons_colors

    Anyway you can use this custom CSS to have colors you like:

    a.a13-button.a13-button-grey {
    color: #181818;
    border-color: #181818;
    background-color: #fff;
    }
    a.a13-button.a13-button-grey:hover {
    background-color: #fff;
    color: #4b4b4b;
    border-color: #181818;
    }
    With kind regards.
  • Posts: 33
    Please ignore my message- refreshed page and all is looking good! Thanks for the quick response and Custom CSS.

    Always super helpful and quick!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion