• Hello Support … I am wondering if I can improve the hyperlinks on my sites as currently they are only show as plain text and only when hoovering over the text does the little hyperlink show. They work ok but I think I can do better.

    Is it possible to change the colour/bold up on hovering over or what do you consider to be the best practice?

    Many thanks

    Alexander

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi,

    The color of the hyperlink can be changed by using additional CSS. Can you provide us with URL to your site and specify where you want to change it so that we can provide you with the solution?

    Thanks.

    Thread Starter alexanderweb

    (@alexanderweb)

    Hello Rajesh and as always thank you for your prompt reply.

    I have links on a number of pages including my home page which is maybe the best place to start.

    Currently I have either the word here or sometimes to make it clearer I use Click > > > here

    biccpigeons.co.uk

    Please advise accordingly.

    Alexander

    Hi,

    For changing the color on hover, can you go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    a:hover{
    	color: #0FBE7C;
    }

    For other links also, you can change the selector and insert the code as above.

    Thanks.

    Thread Starter alexanderweb

    (@alexanderweb)

    Many thanks Rajesh

    One last question … by adding this code to the additional css does once cover all the links on my site?

    Hi,

    Yes, all the links on the site will have the color change on hover after adding the code provided above.

    Thanks.

    Thread Starter alexanderweb

    (@alexanderweb)

    Thank You Rajesh .. that is clear and helpful.

    Do I add the underline to the clickable link of does that also require additional css?

    I am not sure what is good practice regarding underlining the clickable links?

    Any further pointers appreciated.

    Alexander

    Hi,

    Adding underline or color to link is just styling/decorating the link. So, I guess you could underline, change the color or do both on hover according to your preference.

    Thanks.

    Thread Starter alexanderweb

    (@alexanderweb)

    Very helpful as always Rajesh … I have it now and pleased with hoover colour change as working well.

    Hi,

    Glad to know your issue is resolved. Feel free to ask again if you get any issue regarding the theme. If you liked this theme, you can help us by leaving a review.

    Thanks.

    Thread Starter alexanderweb

    (@alexanderweb)

    Thanks Rajesh

    I have left a very positive review and thanks again for the excellent support which is very much appreciated.

    Alexander

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Hyperlinks’ is closed to new replies.