Change visited link colour and font size

Phoca Download - download manager
isabel
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 07 Aug 2019, 03:10

Change visited link colour and font size

Post by isabel »

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
christine
Phoca Hero
Phoca Hero
Posts: 2857
Joined: 28 Nov 2010, 17:20

Re: Change visited link colour and font size

Post by christine »

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:

Code: Select all

.pd-filename a:link {
color:green;
font-size: 15px;
}
.pd-filename a:hover {
color:orange;
}
to put into your template.css or custom.css, depends on template etc.

Kind regards
Christine
Post Reply