Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #411536

    Hi,

    Is it possible to change the background/foreground color of the Element Title/Excerpt for a given type of content? For example, if I am displaying posts and portfolio all together using masonry grid, could I display the posts Element Titles in white background while display (distinguish) the portfolio Element Title in another color background? This way one could easily see the different types of post types visually.

    Regards,

    #411735

    Hi Tameez!

    hm not sure what you are talking about. Can you show us what you mean by posting a link to your website and/or providing us screenshots (imgur.com) please?

    Cheers!
    Andy

    #411745

    Hi Andy,

    Thank you for replying. Please see the attached image with annotations and I hope it depicts what I am requesting. See the three rounded boxes and the explanations.

    Regards,

    Tameez

    #412728

    Hey Tameez!

    Can you please post a link to that page?

    Regards,
    Josue

    #412872

    Hi Josue,

    Please see this:

    http://www.techbiryani.com/frontpage/

    Regards,

    Tameez

    #413121

    Hi!

    Thank you for coming back.

    To change the color of the headlines, e.g. :

    
    .page-id-9060 .av-masonry-container .portfolio h3 {
        color: blue !important;
    }
    
    .page-id-9060 .av-masonry-container .category-personal h3 {
        color: red !important;
    }
    

    To change the background:

    
    .page-id-9060 .av-masonry-container .portfolio .av-inner-masonry-content {
        background: none repeat scroll 0 0 red !important;
    }
    
    .page-id-9060 .av-masonry-container .category-personal .av-inner-masonry-content {
        background: none repeat scroll 0 0 green !important;
    }
    

    Hope, this will halp you. Come back if you need further assistance.

    Regards,
    Günter

    #413235

    Hi Günter,

    Yes, that worked like charm. Thank you very much and I’ve made some changes as I needed.

    Here’s the sample:

    Regards,

    Tameez

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Masonry grid Element Title/Excerpt background color change’ is closed to new replies.