Forums

WP-dTree
Bold text in menu (4 posts)

  1. Fizzgigg
    Member
    Posted 1 year ago #

    Is there an easy way to make the text in the menus bold?

  2. emoncao
    Member
    Posted 1 year ago #

    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.

  3. emoncao
    Member
    Posted 1 year ago #

    Not *side, site!!!

  4. Fizzgigg
    Member
    Posted 1 year ago #

    Excellent, thanks!

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic