New Landing How can we help? Themeforest Theme Support Joyn Hover Text underline

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Joyn
  • #137992
    Keremdo
    Member
    Post count: 111

    Hey Guys,

    i don’t know when it happened, but all the hover text on my site is underlined.

    How can i turn that off?

    Best Regards,

    Stefan

    #137993
    Keremdo
    Member
    Post count: 111
    This reply has been marked as private.
    #138049
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide also the url of website.
    Thanks
    Mohammad

    #138091
    Keremdo
    Member
    Post count: 111
    This reply has been marked as private.
    #138093
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    a:hover {
      text-decoration: none;
    }

    – Kyle

    #138107
    Keremdo
    Member
    Post count: 111

    Hey,

    thx that works.

    But what about the Top Bar color changes that don’t work ?

    Best Regards,

    Steve

    #138108
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Are you sure your changing the right colors in the color customiser?

    – Kyle

    #138112
    Keremdo
    Member
    Post count: 111

    Hey,

    yes i figured it out!

    One Question about the Footer, how can i implement my Logo like in the Joyn Demo in the Footer Widget?

    Steve

    #138114
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You need to use a text widget in your footer and use:

    <img src="yourimageurl" alt="logo" />

    – Kyle

    #138267
    Keremdo
    Member
    Post count: 111

    Hey,

    thx Kyle! 😉

    Another thing i´ve noticed, at some point, for example while clicking a link on my Page still the underline effect takes place, just for the moment the site loads after clicking.

    How can i turn that off?
    http://www.exklusy.de
    Regards,

    Steve

    #138272
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    a:hover {
      text-decoration: none !important;
    }

    Thanks
    Mohammad

    #138802
    Keremdo
    Member
    Post count: 111

    Hey, this works for the hover, but after clicking the link is still underlined and i don’t want the underlining at all…

    Can you help me with that?

    bests,

    Steve

    #138818
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    a,a:hover,a:visited {
      text-decoration: none !important;
    }

    Thanks
    Mohammad

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register