• Resolved yascom

    (@yascom)


    First things first: WordPress rules.

    I’m having a small issue with my website/blog, https://youraccountseller.com

    When people click the new blog posts on the front page and enter the “dedicated” post site, a large portion of the text turns red. You can see an example of it if you look on the front page and click on any of the posts. Once you enter the post, the text formatting screws up completely.

    My only concern is that a) the font is different when they click on the posts and b) the color changes from black to red for 50% of the post.

    What can I do? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Because that has been defined in your stylesheet:

    .post p:first-child {
      color:#F44040;
      font-family:Georgia,Times New Roman,Arial;
      font-size:16px;
      font-weight:lighter;
      line-height:17px;
    }

    (style.css line 330)

    Peter

    Thread Starter yascom

    (@yascom)

    You are godsent!

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text acts up when people click new posts on frontpage’ is closed to new replies.