Tagged: , , ,

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

    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 !!

    #305747

    Hey gabytivi!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .woocommerce-page .button {
        background: #000 !important;
        border: 2px solid #444 !important;
    }
    .woocommerce-page .button:hover {
        background: #fff !important;
        border: 2px solid #444 !important;
        color: #000;
    }
    

    Change the color codes as needed to get the colors you want.

    For the social icons I don’t know of any plans to add them in as an element right now no. You could add in icons with links to your pages using the icon element or buttons depending on the style you want.

    Cheers!
    Devin

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