footer.css in Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More 1.0.6, at src/admin/footer.css
| 1 | #wpfooter{ |
| 2 | .wsrw-footer{ |
| 3 | text-align:center; |
| 4 | margin-bottom: 40px; |
| 5 | p{ |
| 6 | font-weight: 600; |
| 7 | } |
| 8 | .wsrw-footer-links{ |
| 9 | display: flex; |
| 10 | justify-content: center; |
| 11 | align-items: center; |
| 12 | margin: 10px 0; |
| 13 | color: #646970; |
| 14 | |
| 15 | span{ |
| 16 | color: #c3c4c7; |
| 17 | padding: 0 7px; |
| 18 | } |
| 19 | |
| 20 | } |
| 21 | .wsrw-footer-social{ |
| 22 | display: flex; |
| 23 | justify-content: center; |
| 24 | align-items: center; |
| 25 | gap: 10px; |
| 26 | margin: 0; |
| 27 | } |
| 28 | } |
| 29 | } |
| 30 | .wsrw-footer-social li:hover path{ |
| 31 | fill: #50575e; |
| 32 | } |