Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1579721
links color
Closed

Comments

  • Remi Borron started the conversation

    Hello,

    I have entered two colours for my links 

    a blue one  to show it is a link and a pink one as hover option.

    Unfortunately my hover color goes black when going on it and as you can see it is an issue with a black background.

    Any idea  on how to fix it? Thank you

  •  1,845
    Elated replied

    Hello,

    Please note that this you can set desired Link text color in Elated Options >> Fonts, but this will be applying only for text link/s added through Text block. Some other links have predefined style and that can be changed through some shortcode settings or with some custom css. 

    In order to make sure we understand what the issue is, please provide these: 
    (a)URL and (b)screenshot with the element highlighted and (c)detailed description of what the issue is.

    And we will try to assist you as soon as possible.

    Please let us know if there is anything else we can do for you.

    Thank you,
    Jerry, Elated


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Remi Borron replied

    HI Jerry,

    Here is the link: http://www.la-squadra-creation-danse.com/2018/05/18/la-squadra-danse-au-groupama-stadium/

    As you can see the link on the word "instagram" is blue but when you go on the word then it turns black. 

    I would like to put the word in white or pink instead.

    Thank you for your help

    kind Regards

    Rémi

  •  1,845
    Elated replied

    Hello there,

    Try to paste this code in Appearance > Customize > Additional CSS:

    .postid-188 p a:hover{
        color:#fff!important;
    }
    

    Best regards,

    Marie

    Elated


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Remi Borron replied

    Thank you Marie,

    It works. Can you confirm it will work for the links i will now add in any pages or only for this post? If it's only for this post, is there any CSS we can add to make sure it works for every link word added in any pages or articles added.

    Thank you for your time

    Kind Regards


    Rémi

  •  1,845
    Elated replied

    Hi,

    This works only for particular post.

    You can create general code like this one:

    a:hover{    
        color:#fff!important;
    }

    But we suggest you to go to Elated Options > General and change First Main color for that.

    Best regards,

    Michael Greene


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.