• Resolved jacklee02120

    (@jacklee02120)


    Hi virtue,

    Here is my website: http://chinahemper.com/

    I want to modify the lowercase letter under secondary navigation like
    “custom,comfortable” under Fabrics. I’m not able to find those letters in my menu section. Would you please tell me how can I change those letters?

    thanks

    Jack

Viewing 5 replies - 1 through 5 (of 5 total)
  • here is some CSS that will target the bottom text in your secondary nav. You can’t really only select the lower case letters through CSS though.

    /* Change Font Secondary Menu Description*/
    ul#menu-secondarymenu2 .sf-description {
        font-size: 14px;
    }

    You’ll have to change the properties to suit your needs, but be sure you’re adding custom CSS to Theme Options> Advanced Settings.

    Thread Starter jacklee02120

    (@jacklee02120)

    Hi Kevin,

    I might now explain very clear in my last post.

    What I need to do is to change the content. For example, I want to change

    “custom,comfortable” under Fabrics to “Love” or get rid of “music design”

    under Hurd. How can I make it happen?

    Thanks,

    Jack

    Thread Starter jacklee02120

    (@jacklee02120)

    Hi Kevin,

    How can I get rid of those words in my secondary menu like
    “the main shop page, custom comfortable, for the venture, warm for travel, music design,just an old box.”
    Thanks,
    Jack

    I know I’ve been able to change that text before, but for the life of me, I can’t find where to change it right now. Until someone else gives us the solution, try using this CSS to hide them.

    #nav-second .sf-description {
        display: none !important;
    }

    Let me know if that works for you!

    Thread Starter jacklee02120

    (@jacklee02120)

    Hi Kevin,

    That works fine. Thanks for your answer.

    Jack

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change the second row letter under secondary navigation.’ is closed to new replies.