Flexile

Flexile 1.1.5.1

No permission to download
Status
Not open for further replies.
Hello,

Anyone have an idea to remove the blue color on the header ?

2D5df.png
 
In your extra.css

Code:
.navTabs {
background: none !important;
-webkit-box-shadow: none !important;
}
 
Thank you, and what is the code to make it transparent and not black, i have tester different code but not working
It is transparent for sure...what you are seeing is the html tag with it's color properties displaying... transparent is the absence of a value so to speak so what you will see there is whatever styling resides behind or under it.


Your html tag looks like this....
Code:
html {
background-color: #1B1B1B;
min-width: 1000px;
overflow-y: scroll !important;
}
The #1B1B1B is what is showing through....however if you change this it will also change your footer.

That said ....if you want to change it... just add this...
Code:
html {
background-color: #ffffff !important;
}

substitute #ffffff with whatever color choice you want
 
Updated to 1.1.5 and I think one of the template revert cause this issue. When you click on Inbox and go to the forum/conversations/ url, the top userbar will have this extra dropdown menu

Screen Shot 2013-05-21 at 2.09.04 PM.webp
 
Status
Not open for further replies.
Top Bottom