By Geoff ashton on Monday, 06 February 2017
Posted in Technical Issues
Likes 0
Views 548
Votes 0
Hi.

On the blog front page my links are showing up in purple - which is fine.

Inside the actual post however, they're black - which is not ideal.

How can I make them into the same colour as on the front page? Perhaps with a line underneath too?

Many thanks.

Geoff

Front page: https://www.ashtutors.co.uk/newblog.html

Inside a post with links: https://www.ashtutors.co.uk/newblog/entry/things-to-do-in-london-during-the-half-term.html
I've applied some fix in this file, it should populate the same colour as your blog listing page now.

JoomlaFolder/templates/ashtutors_home_responsive/css/template.css

div#fd.eb .eb-entry a {
color: #5f0e82 !important;
}
·
Monday, 06 February 2017 23:21
·
0 Likes
·
0 Votes
·
0 Comments
·
That's certainly an improvement - thanks.

is it possible to make a line come underneath on mouseover, like you usually get with hyperlinks?

Many thanks.

Geoff
·
Monday, 06 February 2017 23:39
·
0 Likes
·
0 Votes
·
0 Comments
·
I've applied following css into your template css file, can you give it a check again?


div#fd.eb .eb-entry a:hover {
color: #428bca !important;
background-color: transparent !important;
}
·
Tuesday, 07 February 2017 00:11
·
0 Likes
·
0 Votes
·
0 Comments
·
It now turns blue on mouseover which is perfect. thanks again for your help. i really appreciate it.
Geoff
·
Tuesday, 07 February 2017 00:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 07 February 2017 00:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post