I want to hide the topbar !

Home Forums Jevelin Theme I want to hide the topbar !

Home Forums Jevelin Theme I want to hide the topbar !

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • enrique_novello45
    Participant

    Hi, I wanted to hide the topbar from the shop and product pages. I have set it off from setting however I can see it on shop, product, and all Woocommerce related pages.

    Link: http://kutbuddinraja.com/ptc/shop/

    and I want to change the social media icon design on the mobile menu now it is showing the bordered icons but I want a solid icon to match with footer icons.

     

    Hi @enrique_novello45,

     

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

     

    Hi, I wanted to hide the topbar from the shop and product pages. I have set it off from setting however I can see it on shop, product, and all Woocommerce related pages.

    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

     

    body.woocommerce .sh-header-top.sh-header-top-2 {
        display: none;
    }

     

    and I want to change the social media icon design on the mobile menu now it is showing the bordered icons but I want a solid icon to match with footer icons.

    To achieve this, you have to develop custom code in the child theme of the 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/~011652ffec88

     

    Best regards,
    Shufflehound team

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