New Landing How can we help? Cardinal Theme Support Cardinal – Feature Request Social Grid – Twitter and Instagram Background post color

Viewing 6 posts - 1 through 6 (of 6 total)
  • #115494
    leggero
    Member
    Post count: 107

    Hi
    I’d like to change the background color of the Tweet & Isntagram posts in the social grid/Blog masonry, to guide the user better and distinguish Blogposts from Tweets. Any chance to make the tweets “blue” and the instagram pics “brown”?

    Plus: When is facebook coming as part of the social grid?

    Thanks and best regards

    Caspar

    #115563
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Which page contains your social grid? You could force the color with CSS

    Not sure on the Facebook integration, will have to check with the developer

    – Kyle

    #115567
    leggero
    Member
    Post count: 107

    http://test.appenzeller-gurt.com/wordpress/

    Its part of the Blog masonry at the end of the page…

    Thansk and best regards

    Caspar

    #115578
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .masonry-items .blog-item:not(.format-standard):hover .details-wrap {
      background-color: blue;
    }
    
    .instagram-item .inst-overlay {
      background-color: brown;
    }

    Obviously you can change the color names to hex values

    – Kyle

    #115598
    leggero
    Member
    Post count: 107

    perfect, thanks!

    #115599
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Cardinal – Feature Request’ is closed to new topics and replies.