Rockfield Theme – Dots in the main nav?

  • Unknown's avatar

    Hi,

    I’m using the Rockfield theme and I’m trying to remove the dots displayed in the main nav. So far unsuccefully…

    Can you help me?

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

  • Unknown's avatar

    Hi there!

    You can click My Site → Appearance → Customize → Additional CSS and add the following CSS code to hide the dots from the menu:

    /* Global: Remove bullet icons from header and footer */
    .site-title:not(:empty)+.site-description:not(:empty):before, /* Before description */
    #site-navigation>div>ul>li:not(:first-child):before, /* Header Menu */
    .footer-navigation .footer-menu>li:not(:first-child):before /* Footer Menu */ {
    display: none;
    }

    Please note that your Premium plan comes with live chat and email support. If you need more help with your site, please reach out to us at https://wordpress.com/help/contact to get faster support. :)

    Regards

  • Unknown's avatar

    Wow that was fast… Thanks a lot!!!

  • The topic ‘Rockfield Theme – Dots in the main nav?’ is closed to new replies.