dotted <a href> link

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Aug 04, 2014 1:55 pm
Reply with quote
Report this post
Hi,

Is it possible to have dotted underline like this instead of the normal [a:hover] links?

Image

For example: http://funkiej.nl/blog/item/332-responsive-design

I want a dotted underlink at [a:hover] by the 'written by: Michael'
User avatar
Expert Boarder

GK User
Mon Aug 04, 2014 2:43 pm
Reply with quote
Report this post
Do you want that change only on selected elements or on all links in the template?
User avatar
Moderator

GK User
Mon Aug 04, 2014 2:57 pm
Reply with quote
Report this post
On all links ( except the ones which I gave a 'roll-link' class )
User avatar
Expert Boarder

GK User
Mon Aug 11, 2014 3:08 pm
Reply with quote
Report this post
Sorry for late response:
Please edit: /templates/gk_John/css/override.css and add at its end:
Code: Select all
a:hover {
color: #ff0000
border-bottom: 1px dotted #ff0000;
}


this will work for all links in hover state.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Aug 12, 2014 6:40 am
Reply with quote
Report this post
np for the late response, but it isn't working :(
User avatar
Expert Boarder

GK User
Tue Aug 12, 2014 7:21 pm
Reply with quote
Report this post
Sorry, my mistake:
Code: Select all
a:hover {
color: #ff0000;
border-bottom: 1px dotted #ff0000;
}
User avatar
Moderator

GK User
Wed Aug 13, 2014 7:14 am
Reply with quote
Report this post
Ah, tnx :)

I gave it a second thought, and I only want it to my footer menu. So this is working now (at any color style), but now I want some extra spacers between my footer menu and copyright text. It's to close to each other when the dotted border pop up when you hover the link.

Image
User avatar
Expert Boarder

GK User
Thu Aug 14, 2014 1:52 pm
Reply with quote
Report this post
Please edit: /templates/gk_john/css/override.css and add at its end:
Code: Select all
#gkCopyrights {margin-top: 8px;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Aug 14, 2014 1:58 pm
Reply with quote
Report this post
tnx a lot! Exactly what I wanted :)

This topic can be closed now.
User avatar
Expert Boarder

GK User
Sun Aug 17, 2014 10:19 am
Reply with quote
Report this post
Ok, closing the topic :).
User avatar
Moderator


cron