How can I change the style of the main category page?

media/com_phocagallery/css/custom/default.css
Edit the file and make the following changes

change from
/* Phoca Gallery Categories View */
.pg-csv-box {
float: left;
padding: 10px;
margin: 5px;
background: #fff;
-webkit-box-shadow:1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
box-shadow:1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
-webkit-border-radius: 2px;
border-radius: 2px;
}

to
/* Phoca Gallery Categories View */
.pg-csv-box {
float: left;
padding: 10px;
margin: 5px;
/* background: #fff; */
-webkit-box-shadow:1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
box-shadow:1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
-webkit-border-radius: 2px;
border-radius: 2px;
}
 
Comment out /* background: #fff; */
  • 10 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

How do I remove the line under the main category title?

media/com_phocagallery/css/main/bootstrap.min.cssEdit the file and make the following...

How do I remove the double line under the title of a category page?

media/com_phocagallery/css/custom/default.cssEdit the file and make the following...

Remove the number of pictures for the category

components/com_phocagallery/views/categories/tmpl/default_categories.phpEdit the file and make...

Change the color of the hover box

media/com_phocagallery/css/custom/default.cssEdit the file and make the following changesMain...

Center the category and artist names

media/com_phocagallery/css/custom/default.cssEdit the file and make the following changesCategory...

Powered by WHMCompleteSolution