Okay
  Public Ticket #205867
Copyright Footer
Closed

Comments

  •  2
    J started the conversation

    Hi there, I just downloaded Salient and I'm loving it. I had a quick question, I'd like to add a shadow on the top border of the footer that mirrors the header's bottom shadow, but I'm having trouble implementing this.  Could you please inform of the correct CSS to enter into the Custom CSS field?  Thanks!  

    P.S. 

    Any hope of implementing the ability to enter HTML into the copyright section in a future release? 

  •  2
    J replied

    I figured it out. Hopefully this will help someone else in the future:

    body #footer-outer #copyright {
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22); 
    }