Problems in page with products "Martos"

This topic has 4 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler

  • Avatar: spallsport
    spallsport
    Participant
    June 12, 2018 at 17:13

    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

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 13, 2018 at 08:14

    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

    Avatar: spallsport
    spallsport
    Participant
    June 13, 2018 at 10:10

    very good!!
    thanks!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 13, 2018 at 10:15

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.