This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Can I make the menu bar more transparent in the Influence theme?

Resolved 5 replies general
10 years ago · Last reply by Magus 10 years ago

Hello,

I am trying to work with the default header / menu bar in the Influence theme.

The transparency is not quite transparent enough and covers too much of the slider picture when I put the logo in.

Is there a way to make it More Transparent?

Thanks,
Michelle

URL: http://74.220.219.133/~placeht9/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Magus Staff 10 years, 9 months ago

    Hi Michelle

    This can be achieved with some custom CSS. If you do not already have a method for entering Custom CSS I would recommend this plugin.

    https://wordpress.org/plugins/simple-custom-css/

    Navigate to the custom CSS Editor and enter the following

    .site-header {
        background-color: rgba(255,255,255, 0.86);
    }

    The final number in the brackets is the opacity of the header bar. If you lower this the header bar becomes more transparent.

    Let us know how you get on

    Magus

  2. MichelleEdward 10 years, 9 months ago

    Okay, so I installed the plug in and I went to the ‘Custom CSS’ under Appearance and added the code then changed the last number to 0.06 – Just to see if it would show a drastic difference.

    But it looks like it didn’t change at all. http://74.220.219.133/~placeht9/

    Anything I missed?

    Thanks,
    Michelle

  3. Magus Staff 10 years, 9 months ago

    Hi Michelle

    No, you haven’t missed anything. The setting is being overridden because of the order the CSS is parsed. Please change the original CSS to this

    .site-header {
        background-color: rgba(255,255,255, 0.86) !important;
    }

    Thanks

    Magus

  4. MichelleEdward 10 years, 9 months ago

    YAY! It works! Awesome! Thanks SOOOOO much!

    ~Michelle

  5. Magus Staff 10 years, 9 months ago

    Hi Michelle

    You are welcome. If you need any more help feel free to open a new support thread

    Magus

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread