Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, just go to your theme’s style.css file and add:

    .dtree a:link, .dtree a:visited, .dtree a:active {
    color:blue;
    text-decoration:none;
    font-weight:bold;
    }

    .dtree a:hover {
    color:red;
    text-decoration:none;
    font-weight:bold;
    }

    I also added the color code in case you also want to change how it’s showing in your side. If you don’t want to add new color, just delete the color lines above.

    Not *side, site!!!

    Thread Starter Fizzgigg

    (@fizzgigg)

    Excellent, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-dTree] Bold text in menu’ is closed to new replies.