Last active
July 30, 2025 13:04
-
-
Save 3mw-support/b4f14c7ce7b1327160cc to your computer and use it in GitHub Desktop.
3MW Footer Logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.3mediaweb.com/wp-content/uploads/2022/02/logo-3mw.png | |
**Download a copy of the 3MW footer logo image to the site & host from there locally (from /assets/img/ folder) | |
- then update CSS with new filepath. | |
*** Other file options can be found in this GDrive folder: | |
https://drive.google.com/drive/folders/17d8Fzol8WZADDZOjk0d4QmIrTEZK86_M?usp=sharing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.web_logo { | |
float: left; | |
margin-top: -10px; | |
margin-right: 10px; | |
font-size: 0; | |
opacity: 0.4; | |
width: 20px; | |
height: 20px; | |
display: block; | |
background:url('https://www.3mediaweb.com/wp-content/uploads/2022/02/logo-3mw.png') no-repeat center; | |
background-size: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment