• Resolved krejzifrik

    (@krejzifrik)


    Hi all,

    how can I have only top level items bolded?

    This is my current output:

    Item 1
      Item 1.1
      Item 1.2

    I would like to have it like this:

    <strong>Item 1</strong>
      Item 1.1
      Item 1.2

    When I use option “Before the Link Text: ” with <b> I do get it bold, but complete menu.

    Thanks for support.

    http://wordpress.org/plugins/custom-menu-wizard/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter krejzifrik

    (@krejzifrik)

    Further explanation (as I cannot edit my post):
    What I meant with example is, to have it like this:

    Item 1
    – Item 1.1
    – Item 1.2

    Plugin Author wizzud

    (@wizzud)

    Add to your stylesheet …

    .cmw-level-1 > a {font-weight:bold;}

    You may need to qualify it further; you may also need to make it !important, depending on your other css rules.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Top Level items to be bolded?’ is closed to new replies.