Changing the color of the link box in the store slider

Hello 

I am trying to change the color of the hover link color of the store slider. its dark blue an id like to match it to the light blue.  #0071bc
i manager to get the feature item on the top right to change to the blue i want. but i would like to change the star to white as well. 

many thanks for you help an support. :)

Comments

  • Hi, (I am a user like you, I am not of Support Team)
    add this css 

    .icon-star:before { 
    color:#FFF;
    }
  • Thank you Anden14 il give it ago
  • Worked a treat. i cant find the name of the blue link at the bottom, that hovers from blue to white when u mouse over a product. 
  • Yes i figured it out 

    .image_frame .image_wrapper .image_links, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
        background: rgba(0,97,188,0.8);
    }


    i guess this would also work with hex color  #0071bc

    .image_frame .image_wrapper .image_links, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
        background: #0071bc;
    }

  • Hello,
    Glad that you solved it out.
    Is there anything else that I can help you with?
    Thanks
Sign In or Register to comment.