Before you ask please READ THIS

Problem with blog background

edited December 2012 in Hypershot Posts: 6
Hello,

http://petrasedlaczek.com/category/blog/
no active plugins
wp 3.4.2
Hypershot
no code modification

I don't understand how to manage the background on the blog.
I always have a huge white stripe on the top and another thin stripe at the bottom..

Can you please help me?

tks !
Post edited by barbe on

Comments

  • AirAir
    Posts: 10,970
    Hello

    Sorry for confusing you, name of this setting should be different, cause now I see how it could be read. There is no way to change color of this background from panel but you can change it like described here: http://support.apollo13.eu/discussion/comment/2175#Comment_2175

    With regards.
  • Posts: 6
    Tks.
    I installed the plugin.
    Would you please give me the css to add in order to change in black the background of the following page?
    http://petrasedlaczek.com/category/blog/
    Thank you !
  • AirAir
    Posts: 10,970
    If you want to change only color of main blog page and pages alike(category, search result, etc.) then use this CSS
    body.archive article, body.search-no-results.search article, body.archive.category-empty article {
    background-color: rgb(0,0,0);
    }
    if all pages where it is white then this should do
    article{
    background-color: rgb(0,0,0);
    }
    If you want it black you can also try black version of our theme. You can change it in
    Hypershot theme-> Appearance-> Color scheme.
  • Posts: 6
    oauou..
    I did :

    body.archive article, body.search-no-results.search article, body.archive.category-empty article {
    background-color: rgba(101,102,102,1);
    }

    ... doesn't work.
    http://petrasedlaczek.com/category/blog/

    What do u think?

    Tks for your help !
    Capture d’écran 2012-12-11 à 23.45.41.png
    1312 x 674 - 99K
  • AirAir
    Posts: 10,970
    Where do you put it? Cause content of CSS file that plugin creates is empty, check yourself http://petrasedlaczek.com/wp-content/plugins/pc-custom-css/custom.css?pc_custom_css_ver=1355313471

    With regards.
  • Posts: 6
    Everything under control.
    Discussion closed.
    Thank you !
  • AirAir
    Posts: 10,970
    Great!;-)
  • What if I want to add an image as the background. Not just the color. What css code then? Everytime I try to add an image to the background the image only shows on the top bar above the blog bricks.....where the menu and logo reside.
    What I would like is for my white stripe at the top to stay white so the logo and menus are easy to read but the image only to display behind the blog bricks. How do I do that? Please note that this is the only page where I want this to happen. All other pages need to stay with a white background.
  • AirAir
    Posts: 10,970
    You could try to go to Pages, open your Blog page and set there background image. Then it should be only under blog. Please check if this is what you need.


    With regards.
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!