• Resolved trixit

    (@trixit)


    Hi guys!
    I spend now like 7 hours into this problem without success. Reading forums, WordPress Docs, searching Google, etc. I’m a newbie in this thing so I will appreciate any help. Nevertheless I have learned a lot about how things work and I’m thankful to all who contributed to my learning today.

    My problem is that I don’t know how to make parent links in the sidebar bold and child links normal (not bold). Simply differentiate them from each other. I use the default Kubrick theme in WordPress 2.3.1 with my own header picture.

    I was able to figure out how to make the whole navigation menu bold od normal with ‘font-weight: bold’ putting it behind the UL OL LI in style.css file. But I just cannot come to solution if I want the parent links bold and the child links normal. It’s either all bold or all normal. I don’t know what to do. I’m at the end now… Please help!

    If you want to look at the site: https://www.holcovice.net

    Thank you in advance!

    Adam Spicar

Viewing 5 replies - 1 through 5 (of 5 total)
  • Have you tried this:

    #sidebar .page_item a{font-weight:bold}
    #sidebar .page_item .page_item a{font-weight:normal}
    Thread Starter trixit

    (@trixit)

    In what file and where exactly should I put the text?

    trixit,

    Hi. Please add this code to the very bottom of your style.css file in your site’s current theme directory.

    -Mike

    Thread Starter trixit

    (@trixit)

    MAN I LOVE YOU!

    Why the hell I spent 7 hours wasting time. I should have asked right in the begining! Oh well…

    THANK YOU!

    Thanks, Glad I could help. But it must be said that the fact that you spent 7 hours trying to figure this out will no doubt benefit your coding in the future. CSS is a tough one – took me many 7 hour sessions!

    -Mike

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to make parent links bold in Kubrick theme – WordPress 2.3.1’ is closed to new replies.