Good day
I went through the css but can not find where I can change the link visited colour from blue as it blends with the background.
Also I can not find the place in css where I can change the font for the file name.
Please help
Change visited link colour and font size
-
- Phoca Newbie
- Posts: 1
- Joined: 07 Aug 2019, 03:10
-
- Phoca Hero
- Posts: 2857
- Joined: 28 Nov 2010, 17:20
Re: Change visited link colour and font size
Hi isabel,
Could we see this please? Just for example only, took the demo now: https://www.phoca.cz/joomla3demo/phoca- ... -documents
Do you mean e.g. "phocapdf-demo.pdf"? Example could be:
to put into your template.css or custom.css, depends on template etc.
Kind regards
Christine
Could we see this please? Just for example only, took the demo now: https://www.phoca.cz/joomla3demo/phoca- ... -documents
Do you mean e.g. "phocapdf-demo.pdf"? Example could be:
Code: Select all
.pd-filename a:link {
color:green;
font-size: 15px;
}
.pd-filename a:hover {
color:orange;
}
Kind regards
Christine