manually udpate WooCommerce templete for old Jevelin installtion

Home Forums Jevelin Theme manually udpate WooCommerce templete for old Jevelin installtion

Home Forums Jevelin Theme manually udpate WooCommerce templete for old Jevelin installtion

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • greenbulb
    Participant

    HI Shufflehound,

     

    Really enjoy your theme, especially the super nice support. We have our website based on the Jevelin 2.4.7 and it works great. Since we did some change to theme, the JS and the CSS, we don’t want upgrade and break anything.

     

    However,  because we decided to add WooCommerce to the website, we are forced to upgrade to the latest version for the theme. I actually marked down all the changes on the origianl CSS and I am able to retrieve 99% of the original outlook of the website except

    1. The ratio of the mobile logo is not right. See attached photo to see the comparison.

     

    Please kindly help.

     

     

    Elton

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Elton,

     

    I hope you are well today and thank you for your question.

     

    You can try resolving it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .header-logo img {
        height: auto !important;
        width: auto !important;
        max-height: 100% !important;
        max-width: 100% !important;
    }

     

    Best regards,
    Shufflehound team

    greenbulb
    Participant

    thx so much.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)