Breadcrumb color

Discussion in 'ColorWay WordPress Theme' started by mleatherman, Oct 7, 2013.

  1. mleatherman

    mleatherman New Member

    Joined:
    Sep 12, 2013
    Messages:
    23
    Likes Received:
    0
    Here's my site: www.wptest.greencatdatadesign.com

    1. I'm using your contact template for my Contact Us page. If you notice in the Breadcrumbs at top of page the word 'Home' is still showing in color green... all the others are in Blue... What is the code to change the word 'Home' to Blue...

    2. Also on Contact Us page, need to center the google map between the contact form and the right side of page.... Currently the google map is right justified. Need it to be centered between the area to the right of the contact form and the right of the page.... Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #crumbs a {
    color: blue!important;
    }
    2. For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .map-contact {
    margin-right: 120px;
    }
    
    Adjust its value as per your requirements.
     

Share This Page