First at all thank you so much!!
@andrea0veglia yes, you understoond what I meant
All 3 codes work and solve the issue of changing hyperlink color.
But:
the codes
.main-container a {
color: #0000FF!important;
}</blockquote>
and
#page-content a {
color: #0000FF !important;
}
change also the color of the title of all the blog posts + changes the color of the ‘read more’ botton on the blog post page.
(That make it me wonder if it is possible to change the color of the title of the post without changing also the color of the hyperlink..)
Whilst the code
#page-content a {
color: #0000FF !important;
}
change only the hyperlink color + the ‘read more’ botton + the little title of ‘menu argument’ on top of the blog post title.
See
https://dhammadrops.com/blog/
and
https://dhammadrops.com/hello-world/
to see what I mean
I’m gonna use the last code as it doesn’t change the title color and I’m happy with that but I thought to let you know this (also for other people reading)
Thank you for your precious help!!