Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #233978

    Hi, using the portfolio grid on the front page, is it possible to have the title backgrounds be multicolored using css?

    #234045

    Hey!

    It may be possible, can you post a screenshot/mockup of what would you want to achieve?

    Cheers!
    Josue

    #234189

    Thanks for the reply, something like this where the backgrounds change colors- http://imgur.com/I41mPLW

    #234200

    Hi,

    Ok, can you post the link to your website please?

    Regards,
    Josue

    #234214
    This reply has been marked as private.
    #234482

    Hi!

    You can modify them by ajax id. Use google chrome to inspect the portfolio items. Looks for something like this “div[data-ajax-id=”1976″]”. Add this on Quick CSS to modify the background:

    
    div[data-ajax-id="1976"] .grid-content {
    background: red;
    }

    Cheers!
    Ismael

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