Okay
  Public Ticket #2492591
Laye behind headline
Closed

Comments

  • avalistltd started the conversation

    I use the header options and want to have the title with a grey background, like a layer, that people can read it. I tried to work with separate headlines, this is to complicate for me.


  • avalistltd replied

    enclose find the image, I forgot it

  •  8,854
    Tahir replied

    Hey avalistltd ,

    Thank you for using Salient.

    Try setting the Page Header Metabox Options to add a layer behind the text: http://themenectar.com/docs/salient/page-metaboxes/ .

    Thanks


    ThemeNectar Support Team 

  • avalistltd replied

    Hello

    I looked at your support site and find exacty the type of title, which I like. 

    Now tried it with the home slider, it's impossible to put in on the site, there is no home slider element to integrate.

    Thanks.

  •  8,854
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #page-header-bg h1,#page-header-bg span {
        display: table;
        background: #1e5e9780 !important;
        margin: auto !important;
        padding: 0px 10px;
        margin-bottom: 5px;
    }

    Thanks


    ThemeNectar Support Team