• Resolved Jack

    (@studiojacklynnphamcom)


    The bueno theme underlines the page that you are currently on in their top navigation, but it isn’t underlining anything when you’re on one of the child pages. Does anyone know how to change this?

    The page is jacklynnpham.com/portfolio.
    Ex: when I’m on “Portfolio/PRINT”, I would like “portfolio” to still be underlined.

    Thanks in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • esmi

    (@esmi)

    Right now, none of the links on your site appear to be working…

    Thread Starter Jack

    (@studiojacklynnphamcom)

    Yes, sorry. I tried to move my website to another directory using the wordpress directions but I messed up and now they don’t work….I’ll get it fixed soon and then I hope to get help on this problem too… :/

    thanks for trying!

    Thread Starter Jack

    (@studiojacklynnphamcom)

    My site is up and running again! I’ll repost my question

    The bueno theme underlines the page that you are currently on in their top navigation, but it isn’t underlining anything when you’re on one of the child pages. Does anyone know how to change this?

    The page is jacklynnpham.com
    Ex: when I’m on “jacklynnpham.com/portfolio/print“, I would like “portfolio” to still be underlined.

    Thanks in advance!

    Michael

    (@alchymyth)

    there are no styles for .current_page_parent (and .current_page_ancestor)

    add some styles like these to custom.css of your theme:

    #pagenav li.current_page_parent a, #pagenav li.current-menu-parent a {
    border-color: #E4C838;
    }
    Thread Starter Jack

    (@studiojacklynnphamcom)

    AAA—mazin’

    thanks so much! I put the code in and it works like a charm!

    Thread Starter Jack

    (@studiojacklynnphamcom)

    Here’s the code I added, in case someone else needs it too.

    #pagenav li.current_page_ancestor a, #pagenav li.current_page_ancestor a {
    border-color: #E4C838;
    }

    I didn’t need the “parent” one because the theme already does that.

    Thanks again!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Bueno theme navigation | How do you underline child pages?’ is closed to new replies.