changing color for all buttons globally?

Discussion in 'Blackriders WordPress Theme' started by mdbrand, Jan 17, 2014.

  1. mdbrand

    mdbrand New Member

    Joined:
    Dec 17, 2013
    Messages:
    6
    Likes Received:
    0
    i want to change the color for ALL the buttons
    - call to action button on home page form
    - the call now button at the top right of the site
    - the read more button on the blogs
    - etc...

    im using the black styling option and it has a default purple...but i want to change the purple to a brown color

    - i also want the hover color for the links to be brown as well
    - and also getting those little icons under the title of the blog post that are purple to change to brown too

    tnx
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    These all are images.
    Just go to
    blackridertheme\css\color\images
    and edit all purple images with the help of Photoshop.

    And for hover color.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    a:hover {
    color: brown!important;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page