Okay
  Public Ticket #1222727
Applying text shadow
Closed

Comments

  • cjcole started the conversation

    I have two instances where I need to add a text-shadow to the CSS but I cannot find the locations for the modifications. 

    #1 Over the images linking to Portfolio Pages

    #2 Page Header Title

  •  9,012
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • cjcole replied

    Sent this when first requested ... 


    The website is http://venicedigs.com. Shadow needed for the type over the circle photos.

    Second URL http://venicedigs.com/lifestyles/. Shadow needed over header type +++ shadow needed for the type over the circle photos.

    Third URL http://venicedigs.com/neighborhoods/. Shadow needed over header type.

  •  9,012
    Tahir replied

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

    /* shadow over circles  */
    .portfolio-items .col h3 {
        text-shadow: 4px 1px #000000 !important;
    }
    /* shadow over page header title */
    #page-header-bg h1 {
        text-shadow: 4px 1px #000000 !important;
    }

    Thanks


    ThemeNectar Support Team