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

    Hi there

    Is it possible to format the captions under portfolio items in a portfolio grid? At the moment it is showing standard text and I would like a background – say dark grey, with white text.

    Thanks

    #353682

    Hey!

    Try adding this code to the Quick CSS:

    .grid-content, .grid-entry-title, .avia-arrow {
        background: gray !important;
        color: white !important;
    }

    Cheers! 
    Josue

    #353814
    This reply has been marked as private.
    #353858

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Formatting Portfolio Grid Captions’ is closed to new replies.