DaVinci CSS Style Modification

dropseller

New Member
Dear Support,

I like to know how to modify Colors manually if we change the template Color.
The Template color is the same as: class="onsale" and Top banner ...etc.

And when i try the change the Template to White:
I have this result for: Menu-Slide(Hover-Color) & i didn't find to change Onsale Backgroud. I can change the text color:
.onsale {
color: #111;
}

Do you know how to modify the Backgroud.

Thanks.
 

Attachments

  • Capture1.PNG
    Capture1.PNG
    6.4 KB · Views: 9
  • Capture2.PNG
    Capture2.PNG
    63.4 KB · Views: 9
E

Ekaterina Sayapina

Guest
Dear Support,

I like to know how to modify Colors manually if we change the template Color.
The Template color is the same as: class="onsale" and Top banner ...etc.

And when i try the change the Template to White:
I have this result for: Menu-Slide(Hover-Color) & i didn't find to change Onsale Backgroud. I can change the text color:
.onsale {
color: #111;
}

Do you know how to modify the Backgroud.

Thanks.
Hello,

Thank you for your question. Here's the code snippet your can add to the Additional CSS text area to change category title color on hover in your front page slider and category page menu:

ul.product-categories>li.cat-item:hover>a, ul.slider-menu>li.menu-item:hover>a{
color: #COLOR;
}

ul.product-categories>li.cat-item:hover>a>.count, ul.slider-menu>li.menu-item:hover>a>.count {
color: #COLOR;
}


Please use the discount badge color pickers in your Product Settings (Shop (WooCommerce => Product Settings => Discount badges).
Customize-DaVinci-2-0-theme-for-AliDropship-Woo-–-Fully-Responsive-and-Customer-Focused.png
Hope this helps! Please let me know if I misunderstood you.
 
Top