Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    The simplest way to achieve this will be to apply the transparency to both the background and content of the tabgroup by adding the following CSS rules to your child theme or custom css plugin

    .responsive-tabs-wrapper {
    	filter: alpha(opacity=50);
    	opacity: 0.5;
    }

    The easiest way to control the colours of the tab elements would be to use the tabby responsive tabs customiser add-on.

Viewing 1 replies (of 1 total)
  • The topic ‘Setting backgound transparency of tabs and content’ is closed to new replies.