Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #305329

    Friends I use Enfold theme, very good at all, very reliable and stable. But I have a doubt, the most important is that I am using WooCommerce and I want to change the colors of the buttons because my client wants white with black border and black letters, both in normal as well as when you pass the mouse over. That should change style sheets? as I look for the specific code? your help is extremely important to me. In this case I’m working offline and then transferred to the main server.

    The other topic is to know because they have not included the option to place social buttons in public pages because I see that in the blog that if there are social buttons. They were included in future versions of Enfold? or is there a method or plugin compatible?

    I hope I was clear and I can help !!

    #305689

    Hey gabytivi!

    1- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .woocommerce .main_color .button:hover {
    color: black;
    background-color: white;
    }
    .woocommerce .main_color .button {
    background-color: black;
    color: white; 
    }

    If that is not what you wanted, please post a screenshot and show the changes you would like to make
    2- Can you please elaborate? Not sure if i understood you correctly :)

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.