Hi!
I’ve been struggling with two particular issues for the site http://www.herbinjewellers.ca.
1.
I’m trying to align the items in my Footer, Column 1 Custom Menu (ABOUT US) with the title.
This is what I’ve tried:
footer#containerfooter #nav_menu-15 ul li a {
margin: 0;
}
This adjusted their position to the left, but it still isn’t flush with the title for some reason.
2.
I’ve also been trying to change the colour of the Search-Magnifying Glass symbol in the Topbar.
The following changed the colour of the “Search” text, but not the symbol:
#topbar-search .form-search ::-webkit-input-placeholder {
color: #5e5e5e;
}
#topbar-search .form-search :-moz-placeholder {
color: #5e5e5e;
}
#topbar-search .form-search ::-moz-placeholder {
color: #5e5e5e;
}
#topbar-search .form-search :-ms-input-placeholder {
color: #5e5e5e;
}
Hope you’re having a great day! Your help with these issues would be greatly appreciated!
Thank you!!
Jennie