Topic Resolution: Resolved

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6336
    AvatarSMI
    Support Expired

    Where can I change the on sale color for this theme? Right now it is a bright green. I actually modified the _base file located under scss and it still doesn’t work.

    also under the menu where it flys out there is a small light brown color in the sub nav menu, where can I change that color? Thanks in advance.

    #6342

    Hi you,

    Please copy this CSS code to file style.css ( child-theme):

    #1. Background sale

    li.product .product-labels .product-label.onsale {
        background: #your-color !important;
    }

    #2. Submenu:

    .site-navigation ul li.menu-item .sub-menu .menu-item:hover > a:before, .main-navigation ul li.menu-item .sub-menu .menu-item:hover > a:before {
      background: #your-color !important;
    }
    • This reply was modified 1 year, 11 months ago by SupporterSupporter.
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.