Site logo

Archived topic

Link Style in Home Page

3 replies · Started by Luca on January 28, 2016

Viewing posts 1–4 of 4

Hello there,

im a happy user of Generate Press Full and in gonna ask you something that i cannot solve by myself.

Here is the issue:

I want to make my link more visible (they are in red cause brand decisione... so they could already be a bit confusing) so i want to put an underline on them in the global css.

BUT...

If i dot it, also the link in the Home Page of my blog become underlined, and this is something i want to avoid.

So until now i put undernlined only on hover. But it's not enough.
So the question is...

How to make link to be underlined inside articles AND NOT to be underline in hoe page?

Here is the home page: http://testosteronelibero.it/

Sorry for my english :-)

Hi there,

Give this a shot:

.entry-content a,
.entry-summary a {
    text-decoration: underline;
}

Let me know :)

Yes it works!!
Thanks a lot

No problem! Glad I could help :)

This archived topic is closed to new replies.