• shabishine

    (@shabishine)


    Hi

    How to insert a image for footer menu background? or how to make Transparent color?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey,
    You can do both of those things from Appearance > Theme Options > Advanced Styling.

    Hannah

    Thread Starter shabishine

    (@shabishine)

    There is no option for footer menu
    Can you check the link please, I need to change the footer menu background transparent white.
    https://shabeeq.com/BlueHorizon

    Thanks

    Kevin

    (@jx-3p)

    Here is some css that will make the menu background a transparent white.

    .widget-1.widget-first.footer-widget {
        background-color: rgba(255, 255, 255, 0.33);
    }

    To replace the color with an image, I think that this CSS will work. I haven’t tried it yet, but I believe it’s correct.

    .widget-1.widget-first.footer-widget {
        background-image: https://yourcustomimage.url.com;
    }
    hannah

    (@hannahritner)

    Sorry shabishine, I completely missed the menu part. Thought you just meant the footer. Try using this css:

    #containerfooter .btmenu {
           background: transparent;
    }

    Just paste it in your custom css box in Appearance > Theme Options > Advanced Settings.
    Hope that helps!

    Hannah

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