Okay
  Public Ticket #1025542
Home slider backgrounds
Closed

Comments

  •  2
    jamiebodie started the conversation

    Can I put a darker background behind the text on the buttons and links of my home slider?

    Also is there a way to add a line of text to the header?

  •  8,998
    Tahir replied

    Hey Jamie,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #featured article .post-title>a {
        background: #900;
    }
    #featured article .post-title h2 span {
        background: none repeat scroll 0 0 #900;
        box-shadow: 10px 0 0 #900,-10px 0 0 #900;
        -moz-box-shadow: 10px 0 0 #900,-10px 0 0 #900;
        -webkit-box-shadow: 10px 0 0 #900,-10px 0 0 #900;
        -o-box-shadow: 10px 0 0 #900,-10px 0 0 #900;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    jamiebodie replied

    Thank you, that was easy.


    Also is there a way to add a line of text to the header?

  •  8,998
    Tahir replied

    Hey Again,

    No you will have to add a Secondary Header and add that text as a Menu Title . Please see: Add phone number in secondary menu with icon.

    Bes.t


    ThemeNectar Support Team