Blog

Hi - we're trying to mimic the look of this demo site https://themes.muffingroup.com/be/journalist/articles-and-stories/ but when I imported the content of that demo the blog page was empty so I've been trying to recreate it from scratch.  

As you can see here: http://rogardsnew.wpengine.com/blog/  ignoring the lack of featured imagery, the text is way too big - is there a setting that I can change this specifically for the blogroll page? Also, how do you set the posts to show different colors if there are no featured images? On the demo there are blocks that have orange, purple and blue for posts with no featured images.

Comments

  • Hi,
    The title of that element is a H2 (Heading 2), so you can change it in the Theme Options > Fonts > Size & Style, will it be okay or do you want to change it only the size of h2 on that page? - I can do it with a custom css.

    Also, the color of these blocks is an "Image Frame", you can find it in Theme Options > Colors > Content

    Thanks
  • Hi Pablo - thanks for the info, we would prefer to only change the size of the h2 on that page so the custom css would be appreciated.

    Made the switch for the color of the blocks but in the demo there are 3 different colors which is something we'd like to mimic but the "Image Frame" only has one option for color
  • 1) Sorry, I through you want to change the color of all of the elements.
    So, to change the color of single element, you have to edit your post without the image, then scroll down to "Advanced" section, there you have to choose the "Background color"
    After changing it, it will use that provided color.

    2) Paste that CSS into the Theme Options > Custom CSS & JS > CSS
    body.blog .post-item h2{
    font-size:16px !important
    }
    But I'm afraid that it will mess up the layout of masonry tiles - if it will be like that, then only way to decrease it is by the theme options.
    Thanks
Sign In or Register to comment.