I would like to customize the portfolio of the http://www.mavplay.it site:
1) how can I change the font (size and color) of the category text?
2) how can I eliminate the arrow that appears when I pass over the images in the portfolio with the mouse?
Thanks
Hey mavlab,
Thank you for the inquiry.
1.) You can use this css code to adjust the font size of the category sort.
#js_sort_items .sort_by_cat a {
font-size: 16px;
}
2.) To remove the portfolio grid image overlay, add this css code.
.grid-entry .image-overlay {
display: none !important;
}
Best regards,
Ismael