• Resolved estudi33

    (@estudi33)


    Hi,
    I’m trying to make transparent the footer. I want the background of the copyright text would be transparent.
    I’ve been trying several snippets but none has worked.

    Web is: https://www.ppspark.com

    Thank you for your help!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this to your Custom Css for achieving that:

    .colophon {
        background: transparent!important;
    }
    #footer {
        background: transparent!important;
    }

    Thank you.

    How do you get rid of the bar above it when it goes to transparent? I like the transparency on the footer, or is there a way to make it blue, like the top bar (Please go to https://www.seriousinjurylawyernyc.com)

    Thanks

    Sam

    (@soumendra)

    Hello thehurwitzlawfirmpc,

    If you want to make the it transparent you can try this in your Custom CSS:

    #footer {
        background: none repeat scroll 0 0 transparent !important;
    }
    .colophon {
        background: none repeat scroll 0 0 transparent !important;
    }
    .container.footer-widgets {
        width: 1349px;
    }
    .container.footer-widgets {
        background-color:#5a5a5a;
    }

    But if you can try this in your Custom CSS for make the it blue:

    .colophon {
        background-color: #0093df !important;
    }

    You can adjust the colors as per your requirement.

    Thank you.

    Thread Starter estudi33

    (@estudi33)

    Hello Sam,
    Thank you very much!!
    It works perfectly !!

    Best regards.

    Sam

    (@soumendra)

    Welcome. ??

    I tried the code you gave me and I am not sure why, but nothing is changing at all. : /

    Sam

    (@soumendra)

    Hello thehurwitzlawfirmpc,

    Can you please provide a screen shot of what you are referring to. Which portion you want to make transparent.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Footer transparent’ is closed to new replies.