Tagged: border, portfolio grid
How to remove or change colour of portfolio grid, no options shown in grid editor.
I need to remove the border on the portfolio grid, otherwise the box looks very strange when a title is longer on some items.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.grid-entry .inner-entry {
box-shadow: none;
}
.grid-content {
display: none;
}
Best regards,
Yigit
Thanks the first part of the code worked. Second part removed the titles and descriptions as well.
Is there a way to change the portfolio grid titles from H3 to H5?
Hey!
Please go to enfold/config-templatebuilder/avia-shortcodes/portfolio.php file and search “h3” and change them to “h5”.
Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and move modified file to your child theme – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
Yigit
Thanks for the info on how to create a child theme. enfold/config-templatebuilder/avia-shortcodes/portfolio.php. is not listed in templates.