Hi,
i recently installed the phocagallery, but im not very happy with the italic blue font of the folder descriptions.
i can change nearly everthing via the preferences tab, but where do i change the font? i searched in the both *.css files - bot nothing.
where do i have to look?
thx
tom
where to change italic folder font!?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
components/com_phoca
components/com_phocagallery/assets/phocagallery.css
#phocagallery .name{
margin-top:5px;
color:#135cae;
font-style:italic;
font-weight:bold;
text-align:center;
}
#phocagallery .name{
margin-top:5px;
color:#135cae;
font-style:italic;
font-weight:bold;
text-align:center;
}
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 11
- Joined: 20 Mar 2008, 22:02
ok, was my fault, wr
ok, was my fault, wrong permissions set - now its normal style!
but i additionally get an page error:
heres the error massage: http://www.benjaminswelt.at/ebay/error.JPG
row: 3
string: 2
error: ´document.getElementByld(...) is zero or no objekt
code: 0
url: http://www.benjaminswelt.at/bwsite/inde ... ca-gallery
but i additionally get an page error:
heres the error massage: http://www.benjaminswelt.at/ebay/error.JPG
row: 3
string: 2
error: ´document.getElementByld(...) is zero or no objekt
code: 0
url: http://www.benjaminswelt.at/bwsite/inde ... ca-gallery
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hi,first
Hi,
first, I don't get this error on your site (with enabled javascript error console),
second, Phoca Gallery doesn't contain such a javascript code, so I think, the problem must be somewhere else ???
Jan
first, I don't get this error on your site (with enabled javascript error console),
second, Phoca Gallery doesn't contain such a javascript code, so I think, the problem must be somewhere else ???
Jan
If you find Phoca extensions useful, please support the project