Shape 5

Joomla Club Extensions => Tab Show V3 - Club => : ahuppert October 28, 2016, 08:45:18 AM



: Can you change the background transparency?
: ahuppert October 28, 2016, 08:45:18 AM
I have the Health Guide template installed and the default TAB GUIDE is running perfectly on the home page.  My dilemma is that I want to eliminate the WHITE background and make it transparent.  In the Module settings it allows you to change the color, but you can't edit the transparency.

Is there a way to adjust this or do I need to create a transparent .PNG file and publish it as the CUSTOM BACKGROUND?

If the answer is the latter, how can I make the change for all of the slides without editing the background for each one?


: Re: Can you change the background transparency?
: mikek October 29, 2016, 06:58:14 AM
Hello,

Do you mean the tab show that covers the video on the top of the site on the demo? If so, that's already transparent and you can adjust that in editor.css:

.top_video_box {
    background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.14);
    padding: 50px;
}

That's around line 918. Just adjust the 0.98 call.