Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #87324
    Eva
    Participant

    Hello!

    I am trying to change the menu that appears fixed at the very top to be transparent so that it overlays the featured images/slider.

    Is there a way to do this?

    Thanks!

    #87339
    Pratik
    Participant

    Hi Eva,

    Please post in your site URL so I can check it.

    Regards,
    Pratik

    #87471
    Eva
    Participant

    Hi Pratik!
    Please see below and note the uppermost purple bar.

    http://539.acb.myftpupload.com/

    Thank you!

    #87817
    Sakin
    Keymaster

    @Eva: Then you need to use RGBA color code. So, first 116, 0, 188 is rgba color and 0.8 is 80% transparency.
    So, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .nav-primary { background: rgba(116, 0, 188, 0.8); }

    #87903
    Eva
    Participant

    Beautiful! Thank you very much 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Primary menu (Top) to become transparent/overlaid’ is closed to new replies.