• Resolved algi

    (@algi)


    Hello all!

    I’d like to change the actual background of the text to black and the color of the text to a light color. There is a background color option in the controls, but that seems to change only the gutter between the boxes. I’d like to change the actual background of the text, the boxes themselves.

    I looked at the CSS, but it’s too complicated for me.

    This is my homepage: http://algi.hu

    Thanks,
    algi

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there Algi,

    How are you doing today?

    This should be possible to do with some custom CSS. Since the theme has it’s own custom CSS tab which is located in Appearance >> Theme Options >> Custom CSS you can try adding the following code there:

    #content .hentry, #secondary .widget, #comments, #secondary .widget {
    background: #000;
    }
    
    .entry-header .entry-title a, .entry-content p, .entry-meta span, .widget-title, .widget-area .widget a {
    color: #fff;
    }

    This should add black background color to content and sidebar boxes and make your links and text white. If you want some other color aside of white just replace the color hex value (#fff) from the second part of the code to the color of your choice. You can use sites similar to this one to get hex value for the color:

    http://www.color-hex.com/

    Hope this helps 🙂

    Best regards,
    Bojan

    Thread Starter algi

    (@algi)

    Hey!

    Now I feel much better. It works great. Thank you very much!

    Thanks,
    algi

    Hey Algi,

    Glad I could help 🙂 Have a great day!

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the background of the text’ is closed to new replies.