Changing logo size in Ecto theme
-
What css is needed to increase the size of my logo? I’d like to increase it dramatically. Any assistance is greatly appreciated.
The blog I need help with is: (visible only to logged in users)
-
-
No, I was only using the text title as I couldn’t get the logo size desired. I’ve removed the text now and put the logo back. I apologize for the confusion. I really appreciate any help I can get with this.
-
Hi @, first off, find this in your custom CSS and remove it.
.site-logo-link { display: block; margin: 0 auto; width: 800px; }Then add this to your custom CSS at the very bottom.
.site-logo { visibility: hidden; } .site-logo-link { background: rgba(0, 0, 0, 0) url("https://realitybeachdotorg.files.wordpress.com/2015/11/rb2.png") no-repeat scroll center center / contain ; width: 100%; } -
-
- The topic ‘Changing logo size in Ecto theme’ is closed to new replies.