Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #998369

    Hey Folks,

    I have a problem with my Styling. How can I change the hover Color on my Shop page? at the bottom of every product you can click on a hover button. I’d like to change the color. When I change it in Enfold Theme options in alternate Content, other Boxes are changed as well, that’s not, what I want. I only want to have that small bar in a light green.

    How Can i Change the colour of my price? I have some price offers and I want to change it in size and colour, so that the new price is red and a little bit larger.

    Thanks for your help!

    Kind regards,
    Christian

    #998667

    Hey mynoxin,
    To change the background color of the button, Please try this code in the General Styling > Quick CSS field:

    .avia_cart_buttons.single_button:hover {
        background-color: rgba(127, 191, 63, 0.5) !important; 
    }
    #top .avia_cart_buttons .button:hover > span,#top .main_color .avia_cart_buttons .button:hover {
       color: #fff !important;
    }

    To change the sale price:

    ins span.woocommerce-Price-amount {
    color: red !important;
    font-size: 20px !important;
    }
    span.price del {
    color: gray !important;
    }

    Best regards,
    Mike

    #998816

    wow, thanks! Works fine.
    One more question. The hover on the button is now tuning to green. fine!
    But what is the code, if I’d like it to color the button green before hovering on it?

    .avia_cart_buttons.single_button {
    background-color: rgba(127, 191, 63, 0.5) !important;
    }
    ??

    thanks and kind regards ;)

    #998836

    Hi,
    Please try this code instead, it’s light green, turning to a darker green on hover:

    .avia_cart_buttons.single_button:hover {
        background-color: rgba(127, 191, 63, 0.8) !important; 
         opacity: 1 !important; 
    }
    .avia_cart_buttons.single_button {
        background-color: rgba(127, 191, 63, 0.5) !important; 
        opacity: 1 !important; 
    }
    #top .avia_cart_buttons .button:hover > span,#top .main_color .avia_cart_buttons .button:hover,#top .avia_cart_buttons .button > span,#top .main_color .avia_cart_buttons .button {
       color: #fff !important;
    }

    Best regards,
    Mike

    #998894

    works perfect, thanks!

    #998918

    Hi,
    Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #999004

    One last question… i‘ve seen, that the code does nit work on mobile. Does it need another code for the mobile version?

    #999008

    Hi,
    This should work on mobile too, I took a look to see, but it doesn’t seem like you have the code installed yet because the desktop version is the same.

    Best regards,
    Mike

    #999014

    Enfold needs to really up its game with colour settings. You change the setting for one colour and it changes another!
    Custom code is fine, but it gets so unmanageable – unless you want a really basic two colour website its a nightmare to use.

    #999023

    I cleard the cache. works ;)
    can be closed now, thanks!

    #999070

    Hi Heathcliffe,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #999390

    Really pleased to see how you pay attention to feedback!

    #999413

    Ehhhh, one more question… ahh, sorry.

    The color-Changes effect on all items. except for my watch, maybe it’s another css class?
    Do I need another code for it?
    Thanks!

    Christian

    #999558

    Hey mynoxin,

    Try adding this to quick css:

    .main_color .avia_cart_buttons {
        background-color: rgba(127,191,63,0.8) !important;
        opacity: 1 !important;
    }

    Best regards,
    Jordan Shannon

    #999696

    Hey Jordan,

    it does not take effect. hm..

    #999919

    Hi,

    Have you tried adding my code to the very top of quick css so that it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #999947

    Okay, on top it worked. Thanks!!!

    #999970

    Hi,

    I’m glad this was able to be resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Enfold & Woo-Commerce Colors’ is closed to new replies.