By Ulysses Gonzalez on Friday, 04 January 2019
Posted in General Issues
Likes 0
Views 562
Votes 0
So I created a little custom code in order for hyperlinks to stand out.

The thing is that now anything with a link is styled the same; such as the author image, author name, even the emotions have the style.

Is there any way, special coding that I might have missed to simply have the code only affect the content from blogs only?
I've help you replace above CSS to this following custom css, it should work fine now.

JoomlaFolder/templates/ja_nuevo/css/custom.css


body #eb .eb-entry-article a {
text-decoration: none;
border-bottom: 1px dashed #4ba3db;
background-position: 0 1.2em;
background-repeat: repeat-x;
background-size: 100% 1px;
color: #4ba3db;
font-weight: 600;
}
·
Saturday, 05 January 2019 12:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Ulysses,

To be honest with you, I have absolutely no idea of the issue that you are experiencing as I do not have any idea of what was modified and the outcome of the modifications. If you could provide us with the link to the page and provide us with the screen shot of the problem, it would definitely help us to identify the issue
·
Friday, 04 January 2019 23:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry about that Mark.
Attached are screenshots showing the underline dots for hyperlinks and color change..
I like to retain for the blog content; however, not for other things like profile image, emjoi, etc.

Here is the css:


#eb a:link {
text-decoration: none;
border-bottom: 1px dashed #4ba3db;
background-position: 0 1.2em;
background-repeat: repeat-x;
background-size: 100% 1px;
color: #4ba3db;
font-weight: 600;
}
·
Saturday, 05 January 2019 11:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Without the link to the page I really cannot tell the problem, sorry.
·
Saturday, 05 January 2019 12:18
·
0 Likes
·
0 Votes
·
0 Comments
·
OMG, totally forgot..

It's the one I placed in the initial submission; https://mcity.pro
·
Saturday, 05 January 2019 12:23
·
0 Likes
·
0 Votes
·
0 Comments
·
That worked perfectly..
Thank you
·
Saturday, 05 January 2019 12:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

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

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Saturday, 05 January 2019 13:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post