• detelektroniskefakultet

    (@detelektroniskefakultet)


    Hey guys.

    I can’t figure out how to change that grey-colored title on my website: http://dulheimar.com/?page_id=71
    Can you guys help me out?

    Furthermore – if you click on “Om os/About us” in the menu you’ll see that the color of the title there is blue? How do i change that one as well?

    Best,
    Alex.

Viewing 1 replies (of 1 total)
  • Digest WP

    (@jay-stankiewicz)

    Hello,

    The home page is using this because the title is not a link.

    .singular-page .entry-title {
    color: black;
    }

    The about page is using this because it is a link title

    a, a:visited, .page-template-front .hfeed-more .hentry .entry-title a:hover, .entry-title a, .entry-title a:visited {
    color: #0DA4D3;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Oxygen] changing title colors?’ is closed to new replies.