Simple CSS setting (newbie) – font colour

Home Support PT Magazine Plus Simple CSS setting (newbie) – font colour

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16348
    Anonymous
    Inactive

    Hi there,

    Trying to change the body text in posts to a lighter colour as very difficult to read on black background. Thought this would be simple with CSS but can’t seem to make the font colour in the body of each post lighter.

    My additional CSS looks like this:

    @media only screen and (min-width: 768px){
    .entry-content > .aligncenter, .entry-summary > .aligncenter {
    margin-left: auto;
    margin-right: auto;
    color: grey;
    }
    }
    p {
    color: grey;
    }

    As you can see I’ve tried a couple of options!

    All help greatly appreciated!

    g

    #16436
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please share with us your website URL so we can check it and can provide you the custom css for the same.

    Have a great day ahead!

    Regards,
    Team ProDesigns

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.