Borders around Downloads

Phoca Download - download manager
rgarrison
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 29 Dec 2014, 14:23
Location: Valparaiso
Contact:

Borders around Downloads

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Borders around Downloads

Post 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
If you find Phoca extensions useful, please support the project
rgarrison
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 29 Dec 2014, 14:23
Location: Valparaiso
Contact:

Re: Borders around Downloads

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Borders around Downloads

Post 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
If you find Phoca extensions useful, please support the project
rgarrison
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 29 Dec 2014, 14:23
Location: Valparaiso
Contact:

Re: Borders around Downloads

Post by rgarrison »

Thank you so much. Finally The borders are gone.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48566
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Borders around Downloads

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply