Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1018044
    AIM_production
    Participant

    Hi!

    I have a one page website http://www.icmarketing.se

    The menu has a number of anchor links. When a link is clicked, it gets a large border. i would like to change it så that it only has a top bord when clicked. How can I achieve that?

    Thank you!

    PS. To be vlear I added an image to describe how i want the menu.

    #1018052
    Paul R
    Moderator

    Hi,

    Your site is on coming soon page.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    For the meantime to remove the border, you can add this under Custom > Edit Global CSS in the Customizer.

    
    
    a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
        outline: none !important;
    }
    
  • <script> jQuery(function($){ $("#no-reply-1018044 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>