-
AuthorPosts
-
February 24, 2017 at 8:52 pm #751583
I’m trying to add a gradient to my header and socket using the below code. It seems to be working but the colors are not correct, it looks like there is some kind of opacity/transparency setting but I can’t find where. Any ideas?
Here’s the code I’m using:
#header_main {
background:
-webkit-linear-gradient(top, rgba(8,29,41,0.85) 2%,rgba(8,29,41,0.82) 15%,rgba(8,29,41,0.65) 99%); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(top, rgba(8,29,41,0.85) 2%,rgba(8,29,41,0.82) 15%,rgba(8,29,41,0.65) 99%); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(top, rgba(8,29,41,0.85) 2%,rgba(8,29,41,0.82) 15%,rgba(8,29,41,0.65) 99%); /* For Firefox 3.6 to 15 */
background: linear-gradient(top, rgba(8,29,41,0.85) 2%,rgba(8,29,41,0.82) 15%,rgba(8,29,41,0.65) 99%); /* Standard syntax */}
.socket_color {
background:
-webkit-linear-gradient(top, rgba(8,29,41,0.85) 2%,rgba(8,29,41,0.82) 15%,rgba(8,29,41,0.65) 99%); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(top, rgba(8,29,41,0.85) 2%,rgba(8,29,41,0.82) 15%,rgba(8,29,41,0.65) 99%); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(top, rgba(8,29,41,0.85) 2%,rgba(8,29,41,0.82) 15%,rgba(8,29,41,0.65) 99%); /* For Firefox 3.6 to 15 */
background: linear-gradient(top, rgba(8,29,41,0.85) 2%,rgba(8,29,41,0.82) 15%,rgba(8,29,41,0.65) 99%); /* Standard syntax */}
February 24, 2017 at 8:56 pm #751584Hey newpappa,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
BasilisFebruary 24, 2017 at 9:26 pm #751601Actually, turns out I just needed to change the header setting for given page to Transparent! Haven’t figured out the socket yet tho..
March 1, 2017 at 6:58 am #753445 -
AuthorPosts
- You must be logged in to reply to this topic.