Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29496

    my site at http://www.gpc2013.my

    I need to make the top nav. menu called “Global Peace Foundation” to be bold and have a small icon/image on its left.

    can you help me to explain how I can do that?

    thank you

    #140818

    Hi,

    You can add something like this on your custom.css or Quick CSS:

    #menu-item-3043 a {
    background: url('ICON OR IMAGE URL HERE') top left no-repeat;
    padding-left: 20px;
    display: block;
    margin: 0;
    padding: 0;
    }

    Regards,

    Ismael

    #140819

    okay thank you, the problem solved :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to make customized style on top navigation menu’ is closed to new replies.