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

    (@sydel)

    Ok, I just found out how to remove the bullets, just in case anyone else requires it:

    list-style: disc should be changed to list-style: none in the menu_on_footer.css

    Still trying to figure out how to centre the menu.

    Thread Starter Sydel

    (@sydel)

    Alright, I think I fixed it, just in case anyone else has the same problem – I just played around with CSS and changed the width from 100% to 90%, it should look something like this.

    ul.footer_menu {background-color: #000;font-size:13px; padding: 20px; margin:0; width: 90%;}

    I also managed to change the fonts by adding in font-weight:bold; in the menu_on_footer.css in the relevant lines.

    Namely,
    .footer_menu, .footer_menu ul { line-height:1; margin:0; padding:0;font-weight:bold; }

    and

    .footer_menu ul { margin:0; padding: 20px 0 0 0;font-weight:normal; }

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget Error / How to Remove Bullets?’ is closed to new replies.