Before you ask please READ THIS

How to Change the color of Buy It Button

edited December 2013 in Superior Posts: 1
Dear All

Can some please let me know how to change the color of the buy it button because i am unable to find that particular thing Rest is ok with me ...

Waiting for your Helpful Replies

Regards
Umair Hassan

Comments

  • AirAir
    edited December 2013 Posts: 10,970
    Hello there:-)

    This is CSS that controls color of this and others buttons

    input[type="submit"], a.a13-button, a.more-link {
    background-color: #1ABC9C;
    }
    You can change it and add to Custom CSS in theme.

    If you want to change only color of that button use this instead:
    a.menu-button{
    background-color: #1ABC9C;
    }
    With regards.
    Post edited by Air on
  • edited December 2013 Posts: 10
    a.menu-button{
    background-color: #6fb400;
    }
    when i use the code above it changes the colour of the menu button but the hover colour is still that same…how can i change the hover colour?
    Post edited by Air on
  • i figured it out…don't worry about answering this now :)
  • AirAir
    Posts: 10,970
    Good you figured this out, but for others here is answer:
    a.menu-button:hover{
    background-color: #6fb400;
    }
    With regards.
  • how can i change the colour of the side bar button, the scroll up button, and the footer links?
  • AirAir
    Posts: 10,970
    Why do you think this is OK to continue different question in same topic?:-)
    Please read http://support.apollo13.eu/discussion/12/before-you-ask-read-this-#Item_1

    When you will be starting your topic(s) please show on screen shot what is side bar button.

    For footer try footer settings http://apollo13.eu/docs/superior/#!/customize_footer

    For scroll to top try searching forum http://support.apollo13.eu/discussion/comment/7524#Comment_7524

    With regards.
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!