New post titles are inverse colored - Acme Themes

Best Premium and Free WordPress Themes Forums DuperMagPro New post titles are inverse colored

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #18970
    Skyler Collins
    Participant

    See this: http://everything-voluntary.com/hypocritical-bullshit-lacks-perspective

    All other posts have the title colors inversed (white text over dark background). I can’t see any theme options to fix this, and would like it to go back the way it was.

    please advise.

    #18978
    acmesupports
    Moderator

    Please add the below css codes on Appearance > Customize > Additional CSS

    .entry-header .entry-title > span {
        background: #fff !important;
        color: #000 !important;
    }
    .entry-header .entry-title > span::after {
      background: none !important;
    }

    Hope, this will help you to solve the issues.

    Regards

    #18982
    Skyler Collins
    Participant

    thank you. i also had to add a line-height: 1.2. how do i remove the underline? i dont remember that being there before.

    #18984
    Skyler Collins
    Participant

    nm i got it. i removed all of those 1px border-bottoms.

    #18994
    acmesupports
    Moderator

    Nice to know that you solved the problem.
    Thank you

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