Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1731641
Page title on dark background
Closed

Comments

  • Storeseeker started the conversation

    Hi,

    As you can see in the image attached, I'd like to see the white title on dark background... Mu pictures are normally coloured and I need to use those images without recoloring them with Photoshop: I'd like to use CSS or theme settings to have this effect. How can I achieve that?

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    div#page-title:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
    }
    .page-title-block .breadcrumbs-container {
        z-index: 55;
    }
    .page-title-title {
        z-index: 555;
        position: relative;
    }