Support » Theme: Hueman » Making Navigation Text Prominent

  • Resolved Deb M

    (@papul)


    Hi there to amazing developers at Hueman Theme & a special thanks to bdbrown for answering so many of my questions swiftly and effectively.

    Is there any way to highlight a particular menu item in the navigation bar. For example, there is a menu item in the navigation – ” Brand Promotion “. Screen Shot Here

    (Though there are button plugins that can be used to create buttons to highlight any item, but I don’t want to add any more plugin to my sites.)

    Is there any CSS or Custom codes, using which, that particular menu item can be highlighted / made to appear different or any other way to make it stand out from the regular menu items.

    Thank you for your time and hoping for a solution.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi Deb. Give this a try:

    /* menu item background red */
    #nav-topbar #menu-item-12677 {
        background: #f00;
    }
    /* menu item text yellow and bold */
    #nav-topbar #menu-item-12677 a {
        color: #ff0;
        font-weight: 600;
    }
    Thread Starter Deb M

    (@papul)

    That exactly worked the way I had hoped for.

    Thank you BdBrown.

    N.B : Just a question regarding a discussion I read in the forum. Is there going to be a release of the PRO VERSION of Hueman. The current version of hueman is 100 times better than any paid theme and before using hueman I had invested in many themes. But nothing worked as smooth as Hueman and No theme provided as amazing support as Hueman. If a pro version is coming, then I am sure it will be super awesome.

    Thank you again for guiding.

    Cheers.

    Glad the css worked for you.

    a discussion I read in the forum

    Can you provide a link to that discussion?

    Thread Starter Deb M

    (@papul)

    I don’t recall exactly … I was going through all old posts on support forum and one of the users had commented regarding that. And the support section goes till 219 pages !!!!.

    I just felt that if pro version ever comes out I will the 1st in line to get that. It will be the best wordpress investment for me. But this theme right now is better than many pro themes in market.

    Thanks again.

    N.B : A very small issue that I was thinking. Human theme based sites always cover up the entire screen space in desktops or laptops. Many other theme layout have the spaces on either side of the theme container. Is that a theme design thing or it happens automatically.

    Hi,

    Is that a theme design thing or it happens automatically.

    That’s a theme design.

    And the support section goes till 219 pages

    I don’t think there is that much pages of doc.
    The whole list of Hueman documentation is as follows.
    http://docs.presscustomizr.com/collection/224-hueman-theme

    Regarding pro version. Yes, there will be a pro version but release date is not fixed.
    For your information, if there is a pro version, the pro version support will not cover any form of customization.
    http://presscustomizr.com/terms-of-sale/#support

    Thank you

    Thread Starter Deb M

    (@papul)

    Oh got it !

    In that case a great many thanks again to you guys for providing the customisation tips for the current hueman theme. Due to these customisations you are providing, the current human theme is so popular. No doubt – without customisations also this theme is so great to look and use.

    But with the added customisations that you and especially BdBrown has helped me with in last 2 weeks – all I can say is thank you and you guys have made my sites so much better.

    Great Work.

    You are welcome.
    All credits to @bdbrown , I didn’t help much. 🙂

    Thread Starter Deb M

    (@papul)

    Just last message to close this thread – You provided me a code yesterday – to remove the yellow spaces behind the ads. (https://wordpress.org/support/topic/adding-a-responsive-ad-widget-next-to-website-name?replies=18#post-8750041)

    .entry ins {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }

    The code removed the yellow backgrounds.

    Just wanted to ask – They do remove the yellow background but do they change google codes in any way or they just change the theme style ? (As you know any modification in google codes is a big no – so wanted to clear that confusion.

    Just a follow-up note to @denzel’s post regarding support for a “pro” version. Per the forum guidelines you’ll need to rely on the vendor for support:
    https://codex.wordpress.org/Forum_Welcome#Commercial_Products

    @denzel – thanks; always glad to have your input!

    @deb – you’re welcome; glad to help.

    Hi @papul

    In Hueman theme’s main.css
    There is the following css code that causes your google ads background to turn “yellow”.

    .entry ins { background: #fff486; }

    The code I provided was just to “overwrite” the above mentioned.
    No modification to your google ads.

    Thank you.

    @bdbrown -> Glad to be of some help. 🙂 Thank you.

    Thread Starter Deb M

    (@papul)

    @denzel – Thank you , that clears my confusion.

    @ BdBrown & Denzel – Thank you guys for the inputs.

    @bdbrown – Thats what great about your inputs. All the modifications you have suggested (for example to have a big search box at the top) must have helped many other users. Point is not many can shell out many dollars for customisations. That’s where this Hueman forum is so great. Seeing the level of support you are providing in last 2 weeks many of my co blogger friends (seeing the effective changes in my sites) have already shifted or thinking to shift to hueman theme.

    More power to your guys ! Cheers !

    Hello Guys,

    I want to add a extra navigation top of the header.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Making Navigation Text Prominent’ is closed to new replies.