Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1334667

    Hi again!
    Where do I set the size and color for the post titles? (like masonry blog and portfolio grid)

    Thanks

    BR Edwin

    #1334681

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.