• Dear Support,

    My Proteo Account Icon has gone very small on Desktop. I recently had the YITH Support team update some code for me in the following folder:

    wp-content/plugins/yith-woocommerce-membership-premium/includes
    They uploaded class.yith-wcmbs.php

    Other than that, there have been no changes made, so nothing that I can think of to affect the size of the Icon.

    I would like it to be the original size please.

    kind regards
    Eunice

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Hello there,
    please add the following few lines of Additional CSS and you will fix it ??

    a.yith-proteo-user-welcome-message span {
        font-size: 25px;
    }

    Let me know if you need further help on this

    Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Hello again,
    sorry for the misunderstanding, please update the previous code with this one

    a.yith-proteo-user-welcome-message span {
        font-size: var(--proteo-header_menu_font_size, 14px);
    }
    a.yith-proteo-user-welcome-message span.lnr-user {
        font-size: 25px;
    }

    If you would like to have a smaller text, you should replace var(--proteo-header_menu_font_size, 14px) with the font size you want (example 12px)

    This code will make the text same font size of the menu and the icon with the size I previously shared with you.

    Thread Starter euniceha

    (@euniceha)

    Dear Francesco,

    Thank you for the additional code. I inserted it into the CSS and changing the VAR..font size, made no difference to the font size. BUT …. I removed

    a.yith-proteo-user-welcome-message span {
    font-size: var(–proteo-header_menu_font_size, 14px);
    }
    a.yith-proteo-user-welcome-message span.lnr-user {
    font-size: 25px;
    }

    from the CSS and added just

    a.yith-proteo-user-welcome-message span.lnr-user {
    font-size: 25px;
    }

    again, (like the first suggestion that you sent)
    and now it is perfect with only the first code that you sent through.

    I’m not sure why – but I’m not going to ask too many questions!
    I’m just happy that its working – THANK YOU!

    Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Maybe there’s something duplicated in the additional CSS, but you probably solved the issue by deleting the unnecessary CSS.
    So I’m happy this is done and you can continue the development of your site ??

    Thread Starter euniceha

    (@euniceha)

    Thank you so much for your help, you guys are always great ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Yith Proteo Account Widget ICON’ is closed to new replies.