Home › Forums › Theone WordPress Theme › Initial load logo – need it larger and without white background square
- This topic has 4 replies, 2 voices, and was last updated 11 years, 5 months ago by
stephaniec0331.
-
AuthorPosts
-
January 5, 2015 at 6:48 pm #5872
stephaniec0331
ParticipantHello,
Your theme template has many great features.
I am using an image logo (not text). I would like to increase the size of the logo that appears in the center, when the page first loads. Simply loading a larger image does not seem to make a difference.
Also, a white square background appears beneath this center logo (see screenshot), and I would like to remove this. I tried using some css you provided in another forum post (see below), but when I use this, it removes the background color from my header navigation completely. I need the header navigation to remain opaque with a background color.
Can you please advise me on these two items?
Thank you,
Stephanie
————-
css I tried:
————-
#logo-loading {background: transparent;}
.header-bg {opacity: 0;}January 6, 2015 at 2:33 am #5874Hi,
1. the logo size of loading is limited height 60px, please change as yours by the css:
.site-loading-logo img { max-height: 60px; }2. try to use the css:
#logo-loading {background: transparent;}If it doesn’t work, please leave your url.
Best, Bwsm
January 6, 2015 at 7:43 pm #5877stephaniec0331
ParticipantThis reply has been marked as private.January 7, 2015 at 1:46 am #5878I have added the css to your Csutom CSS.
1. the logo size of loading:
.site-loading-logo img, #logo-loading .logo-image {max-height: 100px; }2. remove the background colour for square of logo only:
@-webkit-keyframes headerBGanimationZip { 0%{ height: 150px; width: 150px; background: none; } 50%{ height: 80px; width: 150px; background: none;} 100%{ height: 80px; width: 100%; background-color:#fff;} } @-moz-keyframes headerBGanimationZip { 0%{ height: 150px; width: 150px; background: none;} 50%{ height: 80px; width: 150px; background: none;} 100%{ height: 80px; width: 100%; background-color:#fff;} } @keyframes headerBGanimationZip { 0%{ height: 150px; width: 150px; background: none;} 50%{ height: 80px; width: 150px; background: none;} 100%{ height: 80px; width: 100%; background-color:#fff;} } @-webkit-keyframes headerBGanimationUnzip { 0%{ height: 80px; width: 100%; background-color:#fff;} 50%{ height: 80px; width: 150px;background: none; } 100%{ height: 150px; width: 150px; background: none;} } @-moz-keyframes headerBGanimationUnzip { 0%{ height: 80px; width: 100%; background-color:#fff;} 50%{ height: 80px; width: 150px; background: none;} 100%{ height: 150px; width: 150px; background: none;} } @keyframes headerBGanimationUnzip { 0%{ height: 80px; width: 100%; background-color:#fff;} 50%{ height: 80px; width: 150px; } 100%{ height: 150px; width: 150px; } }January 14, 2015 at 7:34 pm #5945stephaniec0331
ParticipantBy the way, this was just what I needed. Thank you for your help.
-
AuthorPosts
- You must be logged in to reply to this topic.
