• Hi, I just created a dropdown menu under one of my menu headings. It’s all working fine except the box has two black side borders which I’d like to remove. Is this possible?
    The site is claimyourtreasure.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    You’ll need to add this CSS code:
    .blog-menu ul li {
    background: #f5d1c9;
    }
    Go to Appearance > Customizer > Additional CSS and add the code there. If you don’t have the latest version of WordPress you’ll need to install a separate plugin for this.

    Thread Starter tweet047

    (@tweet047)

    OMG brilliant, thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove borders from drop-down menu’ is closed to new replies.