• Resolved FriedaBakker

    (@friedabakker)


    Hi

    I’m using the Theme ColorWay Lite and I’m trying to get rid of something by using CSS codes in the theme options section.

    I would like to get rid of the “second line” (is it called a navigation bar?) that’s showing once I’m on a page other than the homepage. It lookes like this:

    Home >> contact

    https://mytinyhouse.nl/?page_id=26

    I do not need this information to be there. The page-button is already lit up and right there.

    Thank you in advance. I appreciate the help!
    Kind regards,
    Frieda

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hello Frieda,

    Hope you’re well! ??

    Put this code to the Custom CSS tab provided by the awesome ColorWay theme ??

    .content-info {
        display: none;
    }

    Let me know if it helps! ??

    Take care,
    Calvin

    Thread Starter FriedaBakker

    (@friedabakker)

    Hi Calvin!
    YEAH! Perfect! ??
    This is what I needed and it helps!

    Oh gosh, I love CSS!!! haha

    Thanks again!
    Frieda

    Thread Starter FriedaBakker

    (@friedabakker)

    Ah, guess what: it also removes the homepage intro…
    This works better indeed (thanks DaftDuke):
    #crumbs {
    display: none;
    }

    But Luke the Daft Duke, there is still this left-over horizontal stripe. Any ideas?

    Thank you!! ??

    Calvin was spot on, perhaps try this so it isn’t removed from the homepage (only pages and posts)…

    .page .content-info,
    .single .content-info {
      display: none;
    }

    Hope that works! ??

    Thread Starter FriedaBakker

    (@friedabakker)

    Yep. This does it! ?? Thank you very much Luke!
    Resolved!

    Hey there guys,

    @friedabakker

    Glad it’s working for you! ?? Sorry I did not know that you want to keep the homepage. daftduke’s solution will suffice for sure ?? . The way he did it was specifying the style will only apply to post and page only not homepage ??

    @daftduke

    Hey man, thanks for helping out here. ??

    Best Regards,
    Calvin

    I had exactly the same problem and you helped me out. Thank you so much guys! ??

    Regards,
    Leines

    I’m trying to do the same, but I’m being thwarted. Got loads of other bits css removed. I tried it in the theme customizer and the child theme css edit, but to no avail yet.
    Cheers!
    https://www.nobodyinlondon.com/wp/product-category/life-size-skeleton/

    Hey skeleton_man,

    You’d really want to open new thread in the future as this one is pretty old and also set as resolved, as you already posted here I’ll respond here.

    I have to say that I’m not really sure what you’re trying to remove, can you please add a screenshot or point to the element and I’ll be more then happy to help ??

    Cheers,
    Bojan

    Oh.. sorry, still pretty new to this.
    After much dredging, turns out the annoying nab strip were ‘breadcrumbs’ and could simply be switched off in my (x) themes interface. So resolved!
    thanks

    Hey again,

    Glad you managed to figure this out ??

    Have a great day!

    Cheers,
    Bojan

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Theme Colorway] How to remove the navigation bar in main menu’ is closed to new replies.