• Thank you very much for the amazing plugin. So far, so good! I just want to modify a bit with the plugin and hope that you can help me with that:

    1. I replaced “related products” by “you may also be interested in”, how can I change the font style, color, font-size… of “you may also be interested in”? And how I can add more space between “you may also be interested in” and product boxes?

    2. How can I remove the share and Wishlist icons on the related products section?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dan Zakirov

    (@alexodiy)

    Hello.

    1. May be changed in CSS, but soon we will make it possible to change the style of this element.

    2. WooCommerce Hooks. But I propose to discuss this issue later … Why? We are creating a plugin site, on it you will find answers to all questions, it will appear soon.

    If you showed me the page where you do all this, it would be easier for us to help you.

    Thread Starter vanminhle93

    (@vanminhle93)

    1. You have any idea how to do that?

    2. Thank you very much! I’m waiting for the site!

    My page is still under the early development stage and it’s kind of messy now. I hope that I can clean it up soon.

    Plugin Author Dan Zakirov

    (@alexodiy)

    1. You can simply write in styles

    
    .up-sells h2 {
        /* Here header styles up-sells */
    }
    
    
    .relateds h2{
        /* Here header styles related */
    }
    

    In fact, it should work like this unless the theme styles are overridden. You can add to style.css of your template or in customizer

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font style’ is closed to new replies.