Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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 */

    }

    #751584

    Hey 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,
    Basilis

    #751601

    Actually, turns out I just needed to change the header setting for given page to Transparent! Haven’t figured out the socket yet tho..

    #753445

    Hi,

    Sorry for the late reply, glad you got the header sorted though. You footer looks like it’s got a gradient, did you manage to get it working? If not then please try to explain a bit further what you are having problems with.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.