Blanco Theme Featured Item Styling - by Prop

This topic has 8 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson

  • Avatar: Prop
    Prop
    Participant
    July 18, 2015 at 23:50

    Where do I find the code to change the color styling of the Featured Products (located on the lower part of the home page)? Every other button has been changed on the site, but the Featured Products area has stayed with the defaults. I need to change the color of the headline, the button, and the button text. If you have code I can just add to my child theme that would be appreciated. Thank you!

    7 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 20, 2015 at 12:02

    Hello,

    Try the following css code:

    .product-slider .product-slide .product-name a {
    color: black !important;
    }
    
    .product-slider .product-slide .btn-cont .button {
      background-color: #96181c !important;
    }
    
    .product-slider .product-slide .btn-cont .button:hover {
      background-color: #85070b !important;
    }
    
    .product-slider .product-slide .btn-cont a {
      color: white !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: Prop
    Prop
    Participant
    July 20, 2015 at 16:37

    That changed the title, but the buttons are still grey. Thoughts?

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 20, 2015 at 17:15

    Hello,

    I’ve added this line to the code:
    @media only screen and (min-width: 960px)
    Please clear browser cache and check featured products slider now.

    Best regards,
    Jack Richardson.

    Avatar: Prop
    Prop
    Participant
    July 20, 2015 at 17:22

    That fixed it for the desktop view, but what about the tablet and mobile?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 20, 2015 at 18:14

    Hello,

    I’ve edited the code.
    Please check the site on mobiles now.

    Best regards,
    Jack Richardson.

    Avatar: Prop
    Prop
    Participant
    July 20, 2015 at 18:21

    That works. Thank you!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 20, 2015 at 19:13

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

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

The issue related to '‘Blanco Theme Featured Item Styling’' has been successfully resolved, and the topic is now closed for further responses

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