• Resolved Sergio Urra

    (@sergiourra)


    Hello,

    The header menu of the Astra Free theme started showing underlines in the header menu after creating some child buttons.

    As you can see in the inspector, underline is enabled, but y don’t know where to change it (I’m new to WordPress and Astra)

    I did add this code to functions.php but did not work (in cPanel):

    add_filter( ‘astra_unset_builder_elements_underline’, ‘__return_true’ );

    Thanks

    • This topic was modified 1 year, 8 months ago by Sergio Urra.
    • This topic was modified 1 year, 8 months ago by Sergio Urra.
    • This topic was modified 1 year, 8 months ago by Sergio Urra.
    • This topic was modified 1 year, 8 months ago by Sergio Urra.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Sergio Urra

    (@sergiourra)

    I have found that in the inspector:

    .ast-builder-menu-1 .menu-item > .menu-link {
    color:var(–ast-global-color-6);
    text-decoration:underline;
    }

    File: main.min.css

    I can’t find any text-decorationt:underline but there are a few text-decorationt: inherit.


    • This reply was modified 1 year, 8 months ago by Sergio Urra.
    Thread Starter Sergio Urra

    (@sergiourra)

    I just needed to add a CSS property in Customize. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Astra free: disable underline in links’ is closed to new replies.