Page 1 of 1

Borders around Downloads

Posted: 29 Dec 2014, 14:33
by rgarrison
I am trying to put together a new site and I am listing a bunch of downloads in different areas. But each one has a border around it and I can not figure out how to remove it.

orakshrine.org/1Orak2014/shriners-hospitals/shrinelines-chicago

Re: Borders around Downloads

Posted: 30 Dec 2014, 22:16
by Jan
Hi, if you are using Phoca Download plugin, you can hide the borders in CSS:

http://www.orakshrine.org/1Orak2014/med ... wnload.css

remove the border in class .phocadownlaodfile - line cca 12

Jan

Re: Borders around Downloads

Posted: 06 Feb 2015, 15:45
by rgarrison
We went live with the site so it is now at orakshrine.org

The page in question is mainly this one: orakshrine.org/shriners-hospitals/shrinelines-chicago

I have edited the Phocadownload.css and removed all border lines but the border still shows.

I am confused.

Re: Borders around Downloads

Posted: 07 Feb 2015, 02:37
by Jan
Hi, see:
orakshrine.org/media/plg_content_phocadownload/css/phocadownload.css

and change:

Code: Select all

phocadownloadfile {
    border: 1px solid #cccccc;
    margin: 5px;
    padding: 3px 5px;
}
- remove the border.

Jan

Re: Borders around Downloads

Posted: 14 Feb 2015, 16:10
by rgarrison
Thank you so much. Finally The borders are gone.

Re: Borders around Downloads

Posted: 15 Feb 2015, 00:30
by Jan
Ok