• Hi there,

    I have a couple of issues that I’m hoping you can help with:

    1. Weird margin/spacing under columns (under footer + under green column above footer). I have tried everything to remove these but they won’t go away. I tried CSS but can’t figure it out. Any help appreciated.

    2. Is there a way to remove the underline from hover + active links in the navigation? I managed to remove it but can’t get rid of it for hover + active states. I tried this but it didn’t work:
    .wp-block-navigation .wp-block-navigation-link__label:hover {
    overflow-wrap: break-word;
    word-break: normal;
    text-decoration: none;

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @helayna,

    1. I can’t access the URL you posted, and I can’t help you with this one without seeing the page and the content you have on it.

    2. Try the following CSS:

    .wp-block-navigation .wp-block-navigation-link a:focus, .wp-block-navigation .wp-block-navigation-link a:hover { text-decoration: none; }

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘A couple of questions’ is closed to new replies.