Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. /* Sets the height of the Full Width Slider to a fixed height */
  2. .et_pb_slide {
  3. height:950px !important;
  4. }
  5.  
  6.  
  7. /* Change the footer color to #34ab57 (Greenish) */
  8. .bottom-nav a {
  9. color: #000 !important;
  10. }
  11. #main-footer {
  12. background-color: #9BA747;
  13. }
  14.  
  15. #footer-info {
  16. color: #000;
  17. }
  18. #footer-info a{
  19. color: #000;
  20. }
  21.  
  22. div#footer-bottom .et-social-icon a {
  23. color: black;
  24. }
  25. /* end of this bit of code *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement