How to change the opacity level of the drop-down menu options?

Discussion in 'RoadFighter WordPress Theme' started by gloryous, Aug 21, 2015.

Thread Status:
Not open for further replies.
  1. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    I have set the opacity of the nav bar (i.e., menu-wrapper) at 0.8 in Styling Options, which I like. Is this what's affecting the opacity of the drop-down page options?

    I need the drop-down options to be opaque so that they're more legible when viewing all pages.

    http://demo77.digitalwordpower.com/

    Thank you,
    Glory
     
  2. nitin

    nitin Guest

    Hi Glory,

    Greetings from InkThemes,

    I have gone through the URL you provide.

    You are right, it's just happening because of the opacity you modified.

    As a solution, you must change the opacity from 0.8 back to 1.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .menu-wrapper {
        opacity: 1 !important;
    }
    
    Hope it will resolve your issue :)

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Nitin,

    Thank you!

    Glory
     
Thread Status:
Not open for further replies.

Share This Page