2015 theme changing banner color?
-
Some piece of CSS is changing the color or the banner logo I have attached to the 2015 theme website I am working on.
On this image page, you can see the image I am linking to for the logo.
https://reinhabitoryinstitute.wordpress.com/?attachment_id=745
The words ‘REINHABITORY INSTITUTE’ are part of that image. You can see the uploaded image is a very dark brown and the way it appears in the banner area is grey.The clue I have is that you see the site description is the same gray: “Educate • Collaborate • Restore”
The css I have added so far is this:
.main-navigation {margin-top:-2.5em;} .site-title {margin-top:-5.5em;} .site-description { background-image: url(https://reinhabitoryinstitute.files.wordpress.com/2015/12/logo235px-wide.png); background-repeat: no-repeat; background-position: left top; padding-top:400px; /*margin-bottom:50px;*/ }The blog I need help with is: (visible only to logged in users)
-
Hi there, there is an opacity set on the site description div which you can remove by adding the following to your .site-description CSS rule.
opacity: 1; -
-
- The topic ‘2015 theme changing banner color?’ is closed to new replies.