I've been experimenting with different solutions I found in previous questions, but unfortunately, none of them have worked for me. I suspect the issue lies in the fact that the element is deeply nested within CSS classes, and my lack of experience is making it difficult to target accurately, despite using Chrome's inspect element feature to locate it. Here is the code I am currently working with:
.multilanguage-widget.readmore ul.display-posts-listing li.listing-item a.current {
font-weight: bold !important;
}
The specific page where I am trying to implement this can be found here. Take a look at the list of Capabilities on the right side of the page. Any assistance would be greatly appreciated, as I have been struggling with this issue for quite some time now without any success.