• Resolved edwardgnz

    (@edwardgnz)


    Hi, I recently installed the kyma theme and I was wondering how I could have the email and number unclickable or wihtout links?
    Another thing, I’ve already changed the colors of the header and footer through reading past forums but I cant seem to find out how to change the default font colors of all the links?
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Put below css rule at the end of theme’s style.css file

    .top_details a{
        pointer-events: none;
       cursor: default;
    }

    Save the changes.
    There’s no option to change link color yet*.
    Thanks

    Thread Starter edwardgnz

    (@edwardgnz)

    It worked great. THANKS!!!

    webhuntsupport

    (@webhuntsupport)

    @most Welcome

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make email and phone number unclickable? Change all font and link colors?’ is closed to new replies.