Changing theme colours

Discussion in 'Blackriders WordPress Theme' started by srmoody, Aug 3, 2014.

Thread Status:
Not open for further replies.
  1. srmoody

    srmoody Member

    Joined:
    Jul 14, 2014
    Messages:
    31
    Likes Received:
    0
    Hi

    I have changed the header bar colour in my Blackriders theme to a custom colour thanks to a previous post but is there some custom CSS that I can inset to change the hover, feature heading text, breadcrumbs bar, home page telephone number box, blog icon and read more box, footer item arrows and any other colour items (see attached) to one custom colour easily?
    Many thanks
    Stuart
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

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

    Breadcrumb bar

    Code:
    .page_heading_container {
    background: YOUR COLOR VALUE;
    }
    For Search

    Code:
    .searchform input[type="text"] {
    border: 1px solid YOUR COLOR VALUE;
    }
    Search button is an image. For it go to the images/side-search-tealgreen.png and edit it.

    Submit button is an image to edit it go to the

    images/submit-tealgreen.png
    images/submit-tealgreen.png


    Footer arrow icon is an image to edit it go to the
    images/footer-bullet-tealgreen.png

    main menu hover

    Code:
    #menu li a:hover {
    color: YOUR COLOR VALUE;
    }

    Feature heading left and right image

    images/page-leaf-left-tealgreen.png
    images/page-leaf-right-tealgreen.png

    Feature heading color

    Code:
    .feature_inner_box a {
    color: YOUR COLOR VALUE;
    }
    hover color

    Code:
    .feature_inner_box a:hover {
    color: YOUR COLOR VALUE;
    }
    Featured image circle color

    Code:
    .feature_inner_box .circle:hover {
    background: YOUR COLOR VALUE;
    }

    For blog icons and read more button go to the images directory and edit those images.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. srmoody

    srmoody Member

    Joined:
    Jul 14, 2014
    Messages:
    31
    Likes Received:
    0
    Brilliant, all worked perfectly

    Many thanks for your help
     
Thread Status:
Not open for further replies.

Share This Page