Forums

[resolved] How to make Menu Titles Bold (3 posts)

  1. LisaMae
    Member
    Posted 1 year ago #

    Hi everyone,
    I am looking for a way to make the titles in my menu bar bold? I know it must be easy to do...But I can't figure it out!

    Here is a link to my blog:
    http://www.eyecandyonline.ca/blog

    Much thanks if you can help this novice out. :)

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Edit style.css and change:

    #menu li a {
        float: left;
        height: 25px;
        text-align: left;
        text-decoration: none;
    }

    to:

    #menu li a {
        float: left;
        font-weight: bold;
        height: 25px;
        text-align: left;
        text-decoration: none;
    }
  3. LisaMae
    Member
    Posted 1 year ago #

    Thanks so much! Worked like a charm. :D

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags