Before you ask please READ THIS

Change Background Color of Blog Posts List

Hello, is there a way to change the background color of the blog posts listings. Currently it is white and I wish for it to be a darker color. Here is my listing http://www.yogjoshi.com/blog/
Thank you.
Yog

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    You can use this custom CSS:
    .bricks-frame .formatter {
    background-color: #000;
    }
    With kind regards.
  • Hello, for some reason this code is still not working. I pasted it into my custom css.
    Thanks!
    Yog
  • AirAir
    Posts: 10,970
    Please fix your custom CSS, you have there HTML tags <style> and </style>.

    With kind regards.
  • i took out the style tags but it is still not working.
  • AirAir
    Posts: 10,970
    Please check how you entered style, it is wrong. This is your code
    .bricks-frame. formatter {
    background-color: #BFFF00;
    }
    I will give you hint :-) Compare where are dots . placed in your and mine code :-)

    With kind regards.
  • That helped, thank you!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!