This topic has 4 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hi, in my pageof products https://www.spall.es/martos
I apply the css you gave me for other pages of products
.top-bar .top-links li a,
.my-account-link:before, .logout-link:before,
.login-link:before, .register-link:before {
color: black;
font-weight: bold;
}
.main-nav .menu>li>a {
padding: 16px 11px;
}
.page-wrapper, .page-wrapper .container {
background-color: white;
}
.title span {
background-color: white;
color: black;
}
.header-wrapper, .page-wrapper .header-wrapper .container {
background-color: #151515;
}
.header-type-2 .top-bar .container {
background-color: #cce100;
}
but in this page I have a square around each product and the title donesnt see…
help please
Best regards
Hello,
Please use this code to change color of products titles
.products-grid .product .product-name a {
color: black;
}
To remove border around products:
.slide-item .product, .products-grid .product, .products-grid .product:hover, .slide-item .product:hover {
border: none;
}
Regards
very good!!
thanks!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up