Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #565789

    Hi, I would like to know how to increase the title font size in a portfolio element grid and also how to change the background color to #c05f5f and the font to white?

    Thanks.

    #565832

    Hi DROR!

    Please add following code to Quick CSS

    .grid-content, .grid-content * {
        background: #c05f5f!important;
    }
    h3.grid-entry-title.entry-title {
        color: white;
        font-size: 14px;
    }

    Cheers!
    Yigit

    #566006

    Thanks.

    #566448

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

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