• Resolved awilmsmeier

    (@awilmsmeier)


    Hi, I am using tabs with just the tabs header and the border underneath (then selected). The tab headers are alway shown as underlined until I hover over them.

    Is there a way to get rid of that underline? Also: The font settings seem to get ignored: I use bold font, but it doesn’t show aas bold.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey,
    The link you have doesn’t seem to be showing me tabs at the moment.

    Likely the underline is just some styling from your theme. You should be able to override with some custom css. The font is odd that it’s not showing but could also be the same thing, css from your theme. Once you update the link I will know more.

    Ben

    Thread Starter awilmsmeier

    (@awilmsmeier)

    Sorry, that page was only published as private – You can now see it directly on https://dev.peoplesfactory.com

    When in edit mode, I see the correct font and no underline – that’s the weird thing…

    Try adding this CSS and let me know if it works for you:

    a.kt-tab-title {
        text-decoration: none;
    }

    -Kevin

    Thread Starter awilmsmeier

    (@awilmsmeier)

    Thanks Ben, that works.
    Where in my theme can I check what’s causing this?
    I know to check in the stylesheets, but what would I be looking for?
    Some style with the tag? and related to links?
    Andreas

    Thread Starter awilmsmeier

    (@awilmsmeier)

    <a> - tag

    Looks like it might be coming from “Hummingbird Page Speed Optimization.”

    Try deactivating that plugin and let me know if it makes a difference.

    -Kevin

    Yeah your theme adds:

    .nv-content-wrap a, .nv-comment-content a {
        text-decoration: underline;
    }

    The font bold is strange, I’m looking into it but I believe it’s our issue that I will need to fix. I’ll get an update out soon.

    Ben

    Thread Starter awilmsmeier

    (@awilmsmeier)

    So, finally, I put this, fixed all the links for good.

    .nv-content-wrap a, .nv-comment-content a {
    text-decoration: none !important
    }

    No rush with the fix, can wait a bit. Underline was more annoying…
    Thanks for your help!

    Thread Starter awilmsmeier

    (@awilmsmeier)

    Thanks for the support.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Formatting tabs’ is closed to new replies.