PluginProbe
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More / 1.0.6
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More v1.0.6
trunk 1.0.0 1.0.1 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9
search-replace-wpcode / src / admin / footer.css

footer.css in Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More 1.0.6, at src/admin/footer.css

32 lines 472 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }