Change background color tabs

Multipurpose WordPress Theme Forum Support
GK User
Mon May 25, 2015 12:50 pm
Hi I want to change the background of one of the tabs (see http://www.delunasoft.com/quazzar/ the third tab called "gestion de flotas")
I want to put a text of 2 paragraphs on black background but I always get the white background.
I tried even to put on that tab the same code as the first tab demo (like N1) but is shown with white background
User avatar
Fresh Boarder

GK User
Tue May 26, 2015 9:41 am
Hello,

Try to add this custom css code to css/override.css file (or use any custom css plugin):
Code: Select all
.transparent-tabs .gk-tabs-nav li:nth-child(3) {
  background: #ddd;
  color: #000;
}
User avatar
Moderator

GK User
Wed May 27, 2015 6:07 pm
Hi, I've tried everything I say and not working.
I've tried installing custom css plugin and put the code you told me on the relevant page and not work
I tried to inluir code in CSS / override.css file and not work
User avatar
Fresh Boarder

GK User
Wed May 27, 2015 9:52 pm
Hi,

Your code works, but It was small misunderstanding - I thought that you are talking about background of the tab (menu, navigation) background. Could you send me a private message with backend access to your website? I'll check the issue exactly.
User avatar
Moderator

GK User
Fri May 29, 2015 1:06 pm
Now should be ok I've edited your tab page content. (I've changed the first div classes).
You can also remove the previous custom css code.
User avatar
Moderator

GK User
Mon Jun 01, 2015 9:09 am
Thank you. It works well. I do not know what you've done because the same code I put myself and not working.
On the other hand, now the box which displays the name of the tabs, the third is displayed in a different color from the rest. I wish it were the same, with the same color changes when it is pressed and when not
User avatar
Fresh Boarder

GK User
Mon Jun 01, 2015 11:16 am
Please remove the custom css code (my first answer) from your css/override.css file.
User avatar
Moderator

GK User
Tue Jun 02, 2015 10:04 am
All works fine.
thanks
User avatar
Fresh Boarder


cron