Hi Roy,
You have following CSS files:
<link rel="stylesheet" href="/media/com_phocadownload/css/main/phocadownload.css" type="text/css" />
<link rel="stylesheet" href="/media/com_phocadownload/css/main/rating.css" type="text/css" />
<link rel="stylesheet" href="/media/com_phocadownload/css/custom/default.css" type="text/css" />
<link rel="stylesheet" href="/media/system/css/modal.css" type="text/css" />
<link rel="stylesheet" href="templates/protostar/css/template.css" type="text/css" />
So, to make it easier, just add below codes at the end of your
template.css:
Code: Select all
#phoca-dl-categories-box a img,
#phoca-dl-category-box a img,
#phoca-dl-file-box a img,
#phoca-dl-download-box a img {
border: none;
display:none;}
and/or add last line to: .../media/com_phocadownload/css/main/rating.css > see e.g. via FTP.
Again: I don't know, if this will have any effect to other functions, as with: "display:none"; you can't display main category view.
In addition, as you wrote, you are New to Joomla:
Make a template copy of your Protostar, otherwise all changes will be overwritten after Core-Update.
More infos:
http://bj.zemplate.com/protostar-respon ... omla-3-4-0
see under: "Options for keeping your custom changes to the Protostar template"
I'm missing: user.css (it's new to Protostar). Latest version of Joomla is: 3.5.1
Kind regards, Christine