Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Help me PLS (http://www.bvlist.com/showthread.php?t=11074)

DragoKolenc 10th February 2017 11:54

Help me PLS
 
Ask for help how to change color from yellow to blue, attach a picture, thanks

http://www4.slikomat.com/13/0210/2hs-Brez-n.png

BamBam0077 10th March 2017 11:37

I am not sure if it css related but never the less that is what I would check after checking that certain pages code via your notepad,notepad++ etc you should either find a ID or CLASS example:

HTML Code:

<div class='example'></div>
HTML Code:

<div id='example'></div>
could be a tr,td,table etc I don't know I don't have the code to check but that is my advice never the less mate.

in css:

CLASS:
HTML Code:

.example{  border: 1px solid #1F1F1F;}
ID:
HTML Code:

#example{  border: 1px solid #1F1F1F;}
hope that helps so you know what your looking for mate, good luck :ok:

XGODY 10th March 2017 14:45

Yes you will need class then in your theme css add the lines for this set what colour you want so on if I recall there is css in there you will just set new colours for this and borders it and it will change everywhere on the site


All times are GMT +2. The time now is 00:55.

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