How do i disable the accent on headlines?

  • Author
    Posts
  • #129376
    nicechris
    Power User

    Basically what the title says. I’m currently looking for a way to disable that primary accent on all headlines. I dont want to remove it completely since it affects links and the hover effects for buttons. I just wan to disable it for the headlines (h1 – h6). I added a picture to show which colored accents im talking about.

    Thanks for your time.

    Picture of the colored accents i want to disable.

    • This topic was modified 1 year ago by nicechris. Reason: Had to specify what i'm talking about
    • This topic was modified 1 year ago by nicechris.
    #129411
    nicechris
    Power User

    Nevermind. Solved it.

    For anyone trying to achieve the same, i used this code in custom CSS:

    .widget-title, #comments-title, #reply-title, .related-posts .related-main-title, .main .page-title, #nav-below em, .lp-text .lp-text-title, .lp-boxes-animated .lp-box-title {
    	background-image:none;
    }

    Website: www.nicechris.de

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How do i disable the accent on headlines?’ is closed to new replies.