Need different logo

Home Forums Jevelin Theme Need different logo

Home Forums Jevelin Theme Need different logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • azam
    Participant

     

    hi team,

     

    I want to apply a different logo in 1 page. Is it possible

     

    https://www.beuniquegroup.com/client/lasereye/

    Hi @azam,

     

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

     

    We can try achieving this developing custom CSS code.

     

    To achieve that please share me the logo image URL from your site and page URL where you want to display it.

     

    Best regards,
    Shufflehound team

    azam
    Participant

    hi

    here is the link

    https://www.beuniquegroup.com/client/lasereye/services/relex-smile/

     

    Logo attached.

     

    Also do let me know how can I show the top area i.e. above menu suppose to show on mobile as well.

    Screenshot: http://prntscr.com/k6xrc7

     

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

    here is the link

    https://www.beuniquegroup.com/client/lasereye/services/relex-smile/

    Logo attached.

     

    You can achieve 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

     

    .header-logo .sh-table-cell img {
        display: none !important;
    }
    
    .header-logo .sh-table-cell {
        background: url("https://support.shufflehound.com/wp-content/uploads/2018/07/logo-250x50.png") no-repeat;
        height: 50px;
        width: 350px;
        max-width: 100%;
    }

     

    Please replace logo image URL in the above CSS code from our site to your site.

     

    Also do let me know how can I show the top area i.e. above menu suppose to show on mobile as well.

    Screenshot: http://prntscr.com/k6xrc7

    To achieve this, you have to develop custom code in the child theme of Jevelin theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

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