Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #175656

    Hello,

    how can i change the size and the color of the heading of a portfolio in the portfolio grid. The heading right below the image?

    Thanks and Regards

    #176000

    Hello simonac!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .grid-entry-title { font-size: 18px; color: red!important; }

    Best regards,
    Yigit

    #176282

    Hi Yigit,

    thank you that worked out!

    How can i change the line spacing there? …if a heading is to long for one line.

    Regards

    #176415

    Hi!

    You can add following code as well and adjust it

    .grid-entry-title { letter-spacing: -0.1em; }

    You can use px too but em would be more precise

    Regards,
    Yigit

    #176418

    I mean line spacing and not the letter spacing…

    #176420

    Hello!

    Please use following in that case

    .grid-entry-title { line-height: 10px; }

    Cheers!
    Yigit

    • This reply was modified 10 years, 5 months ago by Yigit.
    #176423

    Perfekt! Thanks Yigit! … 20 px is good

    #176426

    Hello!

    You are welcome! Let us know if you have any other questions :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘change portfolio heading size and color’ is closed to new replies.