Archived topic
Change the font size of the post links
1 reply · Started by Robert on August 17, 2020
Hi
How are You?
I have 2 posts on:
https://www.leximum.strona22.pl/
The first on is:
https://www.leximum.strona22.pl/zdalne-posiedzenia-organow-kolegialnych-pochodzacych-z-wyboru-a-zasady-ochrony-danych-osobowych/
On his end is a link "Ochrona informacji w ramach tajemnicy przedsiębiorstwa"
to the next one post.
Its passible to change this link "Ochrona informacji w ramach tajemnicy przedsiębiorstwa":
- make it BOLD, underline, color #000000 and change the font size?
Kr
Robert
Hi there,
try this CSS:
.entry-meta .post-navigation a {
font-weight: bold;
color: #000;
font-size: 16px;
text-decoration-line: underline;
}