Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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?

  •  4,774
    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;
    }