Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author YITHEMES

    (@yithemes)

    Hi there,
    for the account info you can use this code changing the width with the value you want:

    a.yith-proteo-user-welcome-message img {
        width: 15px;
    }

    for the hearth icon, you can upload a smaller image… or use this CSS snippet changing the width with the value you want

    section#custom_html-5 img {
        width: 17px;
    }

    for the cart icon you can use this cose changing the font size with the value you want

    .widget_shopping_cart .proceed-to-cart-icon span.lnr {
        font-size: 1.2rem;
    }

    for the search icon, again, you can change its font size with this code

    .header-sidebar .widget_search:before {
        font-size: 1.2rem;
    }

    About the price, quantity and add to cart appearance, a theme update is scheduled for the coming days with new features including this one 🙂

    I hope you will appreciate it!

    Thread Starter panospibby

    (@panospibby)

    Thank you very much!!! I really appreciate it
    Have a nice day!

    Theme Author YITHEMES

    (@yithemes)

    If you like Proteo and our work, please write a nice review about it.

    I’m closing the ticket 🙂

    Thread Starter panospibby

    (@panospibby)

    Of Course and i do that, Thank you!

    maybe yoy can help me for something else. i want to transfer meta tags up of add to cart. can i do that; basicly i want to move up “sku_wrapper”. Can i do that?

    Theme Author YITHEMES

    (@yithemes)

    Hi again 🙂

    You can place the following few lines of PHP code at the end of your child theme functions.php file

    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 25 );

    This will move product metas before the add to cart 😉

    Thread Starter panospibby

    (@panospibby)

    Thank you so much..
    You are very helpful
    I have already review your theme. Keep going!
    THANK YOU!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Header icon size’ is closed to new replies.