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