Masonry Tiles Colors

Hi 

I am trying to set up my blog to look like http://themes.muffingroup.com/be/journalist/

I am using the seagreen color scheme and the background of the tiles that don't have a featured image stays white.

Also on the journalist demo you get a line animating in from the left which mine does not have.


Thanks - Dave

Comments

  • Hi Dave,

    please deactivate maintenance mode on your site so we can have a look on it.

    Thanks!
  • Sorry, maintenance mode disabled...
  • edited December 2015
  • Ok, thanks. For these items, it is necessary to have have background images. Only then titles are visible. However, if you want, you can change these colors with custom css only but colors will be changed for all items obviously because it is not possible to change colors for individual items.
    .masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title h2 a { color: #000 !important; }
    .masonry .post-desc-wrapper .post-desc .post-head .post-meta .author-date { color: #000 !important; }
    .masonry .post-desc-wrapper .post-desc .post-head .post-meta .author-date a { color: #000 !important; }
  • Is that how you have set up http://themes.muffingroup.com/be/journalist/ ?

    Its not the text I need to change but the tile backgrounds without featured images. In the Journalist demo the posts without featured image the tiles are coloured.

    The tiles are different colours!! Whe I use firebug I get the class CSS rule below.
    -----------------

     class="post-item
    isotope-item clearfix no-img author-admin post-2283 post type-post
    status-publish format-standard hentry category-lifestyle category-news
    category-sport tag-design" style="background-color: rgb(23, 187, 206); position: absolute; left: 1067px; top: 0px;">
    element.style {
      background-color: #17bbce;
      left: 1067px;
      position: absolute;
      top: 0;
    }
    -------------------

  • edited December 2015
    Any Ideas?
  • Ok, we get it now. We were not sure what you mean exactly. These background colors for post items we set with Background Color option which is under ADVANCED section while you edit post items. It's under Post Options section.
Sign In or Register to comment.