Home Forums Basel support forum top bar in header

top bar in header

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #10969

    sushmaraman
    Participant

    in header top bar is there. i need to remove that top bar in products page alone. And remaining pages i need that top bar. is it possible to remove top bar in products page alone.. please help.

    #10975

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to remove the top bar on single product pages.

    .single-product .topbar-wrapp {
    	display:none;
    }

    Regards

    #10976

    sushmaraman
    Participant

    thank you… i need to remove it from shop page also…..

    #10977

    sushmaraman
    Participant

    i want to remove from shop page

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

    Artem Temos
    Keymaster
    Xtemos team

    Try this also

    .post-type-archive-product .topbar-wrapp {
    	display:none;
    }

    Regards

    #10980

    sushmaraman
    Participant

    thankyou.. but it is changing alignment of main menu… plz help…

    #10981

    Artem Temos
    Keymaster
    Xtemos team

    Provide your website link.

    #10982

    sushmaraman
    Participant

    main menu miss aligned after removing top bar… plzz help…

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

    sushmaraman
    Participant

    ya k…

    #10985

    Artem Temos
    Keymaster
    Xtemos team

    Sorry, but this header can’t be used with the code we gave. You can disable top bar globally only in Theme Settings -> Header -> Topbar. Disabling it manually breaks other functionality.

    #10986

    sushmaraman
    Participant

    cant we give css for main menu in shop page alone…..

    #10987

    sushmaraman
    Participant

    ya k… thank you…….

    #10989

    Artem Temos
    Keymaster
    Xtemos team

    Try to use this one

    .sticky-header-prepared.basel-top-bar-on.post-type-archive-product .header-shop {
        top: 0;
    }
Viewing 13 posts - 1 through 13 (of 13 total)