Guest User

Untitled

a guest
May 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.66 KB | None | 0 0
  1. /* Change color of slide #1, h3 is big text, h4 is small text */
  2. .metaslider .slides li:nth-child(1) h3 { color: your_color; }
  3. .metaslider .slides li:nth-child(1) h4 { color: your_color; }
  4.  
  5. /* Change color of slide #2, h3 is big text, h4 is small text */
  6. .metaslider .slides li:nth-child(2) h3 { color: your_color; }
  7. .metaslider .slides li:nth-child(2) h4 { color: your_color; }
  8.  
  9. /* Change color of slide #3, h3 is big text, h4 is small text */
  10. .metaslider .slides li:nth-child(3) h3 { color: your_color; }
  11. .metaslider .slides li:nth-child(3) h4 { color: your_color; }
  12.  
  13. /* Change position */
  14. .metaslider .slides li .pa-middle {
  15.     left: 100px;
  16.     top: 100px;
  17. }
Add Comment
Please, Sign In to add comment