Hi again!
Where do I set the size and color for the post titles? (like masonry blog and portfolio grid)
Thanks
BR Edwin
Hi,
Thanks for contacting us!
You can go to Enfold theme options > Advanced Styling and edit “H3” tagged elements. If you are going to need to separately edit post titles, you can edit your element, go to Advanced > Developer Settings tab and give your element a custom ID (“my-custom-id” in example below) and then add following code to bottom of Enfold theme options > General Styling > Quick CSS field
#my-custom-id h3 { color: orange; font-size: 24px; }
Best regards,
Yigit