Forums

in-line colored text and feed readers (4 posts)

  1. zackford
    Member
    Posted 1 month ago #

    Hey everybody, I need some styling help.

    The way I like to write my blog is that when I want to emphasize text, I make it both bold and a bright green color (which looks quite nice and stands out on my dark grey background). The problem is that some feed readers pass on this span tag, making it hard for some of my readers to read.

    I attempted to add a code to my CSS that would make all bold text appear as green on my blog which would eliminate the need for the in-line span code. Here's what my code looked like:

    `.post strong {
    color: #3ce020;
    }'

    That had no effect on my bold text.

    Does anybody know of an effective way to remedy this problem for those read my blog on feeds? I want to continue using the color without hurting my feed-readers' eyes!

  2. esmi
    Member
    Posted 1 month ago #

    Site url?

  3. zackford
    Member
    Posted 1 month ago #

  4. esmi
    Member
    Posted 1 month ago #

    I can't see any reference to .post strong in your stylesheet. In theory, your addition posted above should work as there's no other CSS relating to strong in your stylesheet. Did you try adding it to the very bottom of style.css? Any chance of you trying again and using the strong tag without any surrounding span?

Reply

You must log in to post.

About this Topic