Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Edit background on details (http://www.bvlist.com/showthread.php?t=11515)

borys84 4th April 2018 20:15

Edit background on details
 
Good afternoon, does anyone know where I edit the background color of the details?
I already saw Style and did not find anything.
https://s19.postimg.org/yamnmcvj7/screenshot_109.png

DND 4th April 2018 20:23

if you dont have the option in your admin panel then you need to edit the css table rule

borys84 4th April 2018 20:32

Quote:

Originally Posted by DND (Post 51697)
if you dont have the option in your admin panel then you need to edit the css table rule

Good, and you know to tell me in which part of the css I change the color, already looked at the style.css and I did not find anything.
greetings

TraceR 4th April 2018 20:48

jqueryTools.css



/*TABS*/
.panes div, .tabItems
{
display:none;
padding:15px 10px;
border:1px solid #cccccc;
border-top:0;
min-height:100px;
background-color:#f7f7f7;


change this background-color:#f7f7f7;

borys84 4th April 2018 20:51

Quote:

Originally Posted by TraceR (Post 51699)
jqueryTools.css



/*TABS*/
.panes div, .tabItems
{
display:none;
padding:15px 10px;
border:1px solid #cccccc;
border-top:0;
min-height:100px;
background-color:#f7f7f7;


change this background-color:#f7f7f7;

Thanks :ok:

Chez 5th April 2018 10:35

Try to use inspect element every time you got problems like this.


All times are GMT +2. The time now is 08:59.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.