• Resolved acbutch

    (@acbutch)


    what is the correct size for the background image…

    also i changed the color of the background and fonts in the post area of the page from light grey to dark grey and the fonts color to white. It shows up fine on my safari browser but not on some other main browsers like IE, did I do something wrong:

    https://www.ringfever.com/blog

    The css code I used was
    .type-post, .type-page {
    background: #3B3B3B;
    }

    body {
    margin: 0;
    font-family: ‘Arial’, sans-serif;
    font-size: 14px;
    color: #fff;

    https://www.ads-software.com/extend/themes/easel/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you use a different stylesheet for IE?

    Thread Starter acbutch

    (@acbutch)

    To the best of my knowledge the same stylesheet, I didn’t do anything to change it.

    I just tested it again on https://browserlab.adobe.com/en-us/index.html

    It looked fine on firefox and chrome, and safari, but the light grey to dark grey didn’t show up but the font color change to white did show up which is bad because it can’t really be seen on the light grey background that didn’t change especially on a page like this…

    https://ringfever.com/blog/site-index-3/

    Thread Starter acbutch

    (@acbutch)

    forgot to mention on last post, it was IE that isn’t working

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If some black magic is at-play, try sorting out some validation errors.

    Thread Starter acbutch

    (@acbutch)

    changed from dark grey to black, same problem…

    /*
    Welcome to Custom CSS!

    CSS (Cascading Style Sheets) is a kind of code that tells the browser how
    to render a web page. You may delete these comments and get started with
    your customizations.

    By default, your stylesheet will be loaded after the theme stylesheets,
    which means that your rules can take precedence and override the theme CSS
    rules. Just write here what you want to change, you don’t need to copy all
    your theme’s stylesheet content.
    */
    .type-post, .type-page {
    background: #000;
    }

    body {
    margin: 0;
    font-family: ‘Arial’, sans-serif;
    font-size: 14px;
    color: #fff;

    Theme Author Frumph

    (@frumph)

    .. missing an end } there on the body {} portion ..

    Thread Starter acbutch

    (@acbutch)

    thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Correct Background Size’ is closed to new replies.