Home Forums WoodMart support forum top bar in mobile

top bar in mobile

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #319094

    gia ni
    Participant

    How can i remove this section with text in mobile?

    i attach a screenshot

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

    Hello,

    Each row setting has the option to disable the row on devices: https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/

    You need to disable the top bar in the mobile view of the header: https://xtemos.com/docs/woodmart/header-builder/header-responsive-settings/

    If you have any questions please feel free to contact us.

    Best Regards

    #319304

    gia ni
    Participant

    I just followed whatever you said to me but nothing.

    Must i firstly disable the row and after the top bar in mobile?

    #319375

    Hello,

    Please, provide your site admin access (insert the site credentials into the Private content block under the message area).

    Best Regards

    #319399

    gia ni
    Participant

    ok

    #319462

    Hello,

    This is not the top bar, that was the Header banner.

    Please add this code to the Theme Settings > Custom CSS > Mobile/Tablet:

    body .header-banner{
    display:none;
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #319464

    gia ni
    Participant

    i put it but i want to remove only the text , not the coloured bar.

    The coloured bar has been removed both mobile and desktop

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

    gia ni
    Participant

    i want to remove ONLY the text from this bar, NOT hte top bar. This text is apperead only in mobile.

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

    Hello,

    Please replace the CSS with this code:

    body .header-banner p{
    display:none;
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #319713

    gia ni
    Participant

    ok , thank you

    #319719

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘top bar in mobile’ is closed to new replies.