Sidebar Transparent

2

I'm around with a Wordpress template called Uncode from Envato . Your support forum is fine, but they do not give me a solution for the following:

The template has a menu that can be placed horizontally on the top of the page or as a sidebar. I have put it as and my intention is to be transparent so that the slider that I have on the home screen can be seen in full screen but with the menu visible at the same time.

How should I do it?

I tried to do it by varying the opacity of the menu, I tried giving it the value transparent and even touching the RGBs but I am not able to do it. I've also tried to do it by the same method that has the Skylab template that does allow it to do so and that also generates a gradient so that the image is integrated below, but with the same parameters I'm not able to do it.

    
asked by Raul Pineda 14.09.2016 в 09:03
source

2 answers

4

The class that puts the color of the menu is .style-color-194709-bg , if you set its property background: transparent works.

To the bad I would put !important and to run. The solution suggested by @Marc Lemien is fine, but I see it more as a last option. I have to confess that this 'fix' I have also used it a lot but always as a last option.

If you see that you do not give that class a good option is that you add a personalized yourself and manage your properties as you want.

    
answered by 14.09.2016 / 09:49
source
3

Option 1:
Doing it to your liking is not a pijada, I also customize the templates a lot. In theory if you look for the images and turn them transparent and keep them in png it should be enough. If there is no image to edit and it is a gradient with code, you must delete the code and tell it is an image and then put your transparent image, notifying the code that it is a png .

Option 2:
I have an account at Envato for years, I suggest you contact the developer by private message from his profile to ask him the question of what you want. If you do not know English and you want me to help you in asking the question, tell me your Envato username and I'll look for you.

Option 3:
Edit directly from your ftp, the files referring to the menu, look for css . Or paste it here in SOes so we can edit it for you.

Salu2.

    
answered by 14.09.2016 в 09:16