• Resolved uniquiadm

    (@uniquiadm)


    i need change the size top bar

    How do it with CSS?

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter uniquiadm

    (@uniquiadm)

    Image

    • This reply was modified 4 years ago by uniquiadm.
    • This reply was modified 4 years ago by uniquiadm.
    Senff

    (@senff)

    Hey @uniquiadm

    Which bar are you referring to exactly? There’s a few in the screenshot you added so I’m not entirely sure which one you mean.

    Thread Starter uniquiadm

    (@uniquiadm)

    It’s on the menu.
    At the top of the page
    Sorry, I’m using a translator

    Senff

    (@senff)

    Hey @uniquiadm

    Can you share a link to your site? That will allow us to inspect the code and see what can be done to help.

    Thread Starter uniquiadm

    (@uniquiadm)

    due to the problem with wp staging, I have not yet published
    found another solution that can solve the problem
    eliminate the header and use the elementor menu
    how can i remove it?

    Thread Starter uniquiadm

    (@uniquiadm)

    I got it with this code
    .home .site-header {
    display: none;
    }
    But, I need it on all pages, just removed it from the main

    Hey @uniquiadm

    If you want to remove the header from all pages in your site (not just the home page), you can use this code:

    .site-header {
    display: none;
    }

    I can’t say for sure that this works though. For that, I would need to see your site, but give that a try.

    Thread Starter uniquiadm

    (@uniquiadm)

    great! Thank you very much.

    Glad to hear it – thanks for letting us know!

    I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Top bar – decrease’ is closed to new replies.