EnglishPages: 1
Hi
I really like the theme `Pure Grey Default`or `Pure Grey Plastic` but the hover colour of grey spoils the look. Each time i move my mouse over the category block on the Homepage it comes up and i think this spoils the look of my gallery. Is there any way to disable this please.
Also is there a way to change the colour of the word`leave a comment`next to where visitors can write comments. I dont like that blue is it possible to have it in white, where it matchs the colour of the other text.
Thanks once again for a fantasic service and great help by the Piwigo team :)
JD
hello
for hover :
#content UL.thumbnails SPAN.wrap2:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
background-color: transparent;
border-color: gray; /* thumbnails border color when mouse cursor is over it */
color: #E0E0E0;
}
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
color: #FFFFFF;
}
you can add :
#content DIV.thumbnailCategory { border:none }
to remove the borders if you prefer
for the blue i don't see it : could you show me on http://www.planete-flop.fr/sandbox/demo_piwigo ? thx
Offline
Many thanks for that :) i am very happy with the results. Thankyou so much for a fantastic service :)
Regarding the blue .. click on an image and right at the bottom, where it says Comment, just above it says `leave a comment` in blue. Is it possible to get rid of that.
Also is it possible in Comments, to get rid of the Filter and display boxes, as i just wish for the list of comments just to be shown instead.
Thanks :)
JD
sorry I don't see this link : I also search in all languages files and didn't find it !
could you make a screenshot plz ? thx
.filter { display : none ; } for the second part of your post
Offline
Ive added that to disable my display and filter boxes in comments, but underneath all images visitors cant leave a comment. I just wish for the filter and dispaly boxes to be disabled only in the comments link, without affecting the leaving a comment for visitors. You can see what i mean if you click on a photo at the bottom visitors cant leave a comment.
Also is it possible to disable the written comment underneath the picture that has been commented on. I wish just to have all comments viewd on the comments link without a copy of the comment on the picture when it is clickd on.
Thanks :) for your assistance
Pages: 1