By Chaon on Thursday, 03 November 2022
Posted in General Issues
Likes 0
Views 455
Votes 0
Hello,
i would like to have some guidance to make the links inside the blog post view entry underline and also changing the font size of p (not only for links but in general).
Also for a weird reason on my template EB custom css is not working so i add my custom code to the templates css

Thank you
You can try the following suggestion CSS block of code.


body #eb .eb-entry-body a {
text-decoration: underline;
}

body #eb .eb-entry-body p {
font-size: 20px;
}


Also for a weird reason on my template EB custom css is not working so i add my custom code to the templates css

Let us know if you want us to help you investigate this.
·
Friday, 04 November 2022 10:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Arlex but i will investigate it first with my template provider because i think the custom.css issue is related to my template.
Kind Regards
·
Friday, 04 November 2022 17:12
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome.

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

Thanks for understanding.
·
Friday, 04 November 2022 17:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post