[Sela Theme] Menu Help

  • Unknown's avatar

    Hi, I am using the Sela Theme and looking to remove the bullets from between the main menu items or at least change their color.

    Does anyone have some feedback on how to do this?

    Thanks!
    Sarah

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi,
    If you have the Premium or Business plan, you can use Custom CSS to change the appearance of the menu. This part in the CSS is adding the bullet:

    .nav-menu > li > a::after {
        content: " •";
    }

    Change the content to none to remove the bullet symbol:

    .nav-menu > li > a::after {
        content: none;
    }
  • Looks like you’re running your site on your own hosting, not here on WordPress.com, so you can add the CSS that micawbr gave you to your custom CSS plugin editor.

    These forums are for folks hosted here on WordPress.com, but if you need more help, you can post in the Sela forum at WordPress.org

    http://wordpress.org/support/theme/sela

    You’ll need a free WordPress.org account to post – if you don’t already have one, you can register here:

    https://wordpress.org/support/register.php

    Be sure to provide a link to your site when you post so people can help you more easily.

  • The topic ‘[Sela Theme] Menu Help’ is closed to new replies.