Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Lucy,

    You can add this code via Customize > Additional CSS to remove that box:

    a:focus {
        outline: none;
    }

    Is there a way to line the payment field to the left of the page like all of the other fields?

    So that form isn’t coming from the theme itself. You might find that the plugin you’re using for it allows you to change the alignment in the settings.

    Without that though, you can use this CSS:

    #nf-field-59-wrap .nf-field-label {
        text-align: left;
    }
    Thread Starter highweekvh

    (@highweekvh)

    Hi David,

    Thanks for your speedy response – all working!

    Best wishes,
    Lucy

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Box around menu item when selected’ is closed to new replies.