New Landing How can we help? Themeforest Theme Support Joyn Customize link appearance

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Joyn
  • #322512
    katiesmyth
    Member
    Post count: 25

    Hi,

    I’d like to customise what my hyperlinks look like across the site. I’d like them to be a different colour to the rest of the text and for them to underline when they are hovered over.

    Is this possible?

    #322527
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Sure, add the code below to your custom css option in Theme Options and adjust to the desired colors.

    
    /*Normal color*/
    a {
        color: #fff!important;
    }
    
    /*Hover Color and effect */
    a:hover {
        color: #ccc!important;
        text-decoration: underline!important;
    }

    Hope it helps.

    -Rui

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

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

License required for the following item
Login and Registration Log in · Register