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

    Hey guys,

    I was wondering if there was a quick way to change the titles which appear on a Portfolio grid to all caps with CSS (bottom of page: kristencooper.com/ctt)

    I thought maybe:

    .grid-entry-title entry-title{
    text-transform: capitalize;
    }

    or something to that effect, but I’m going about it in the wrong way obviously.

    To make matters even more complex the clients wants the titles above the picture as well if possible. I confess I’m not sure how to even go about that with the amount of CSS involved.

    Any help would be greatly appreciated.

    Thanks

    T

    #234780

    Hi tonyiatridis!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .entry-content-header h3 a {
    text-transform: uppercase;
    }

    Best regards,
    Yigit

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