Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #339983

    Hello,

    i have a background image and i want to have the footer to have opacity (semi-transparent). i tryed this but the footer stays white. when i change the color to black and opacity like 0.5 the footer becomes grey (seems as somewhere the background color is white – but i cant find the css rule with google developer tools.).
    try this but doesnt work:

    #footer .containter, #footer{
        background: rgba(255,255, 255, 0.3) !important;
    }
    
    .footer_color {
    background-color: rgba(255,255,255,.3);
    }
    #340057

    Hi kopf-und-stift!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #340164

    hi,

    sorry i got xampp – i edit my site offline.

    #340174

    Hi!

    Unfortunately we are going to need to see your website live in order to help you. Please post the link to your website when you launch it and we will gladly look into it

    Best regards,
    Yigit

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