The names are:
1. bg_1_main
2. bg_2
3. bg_3 and so on till number 6, now they only represent the top part of the background on VIYO's template.
Also, there is color ligh blue on #e8f6fd that complements the images at top. I will like to change that color to another one let's say black #000000. I already check all the CSS files in the templates css folder /templates/gk_viyo_blue/css/ but none of the have the color code #e8f6fd. So did somebody knows where is that located. ??? Here the code on my site you can see the color code there, but I have not being able to locate the right folder.
Now this is my code. When I check the CSS files I cannot find the color #e8f6fd. I just did right click on a Firefox browser and found this code at the top and the color #e8f6fd is there. If you count from bottom to top on line 7 your will find this line --------> body{background: #e8f6fd url('/'templates/gk_viyo_blue/images/style/backgrounds/bg_1_base.png'')
Any suggestions?????????? On how to find that part of the code on my joomla files
- Code: Select all
<link rel="shortcut icon" href="/1/images/favicon.ico" />
<link rel="stylesheet" href="/1/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="/1/templates/system/css/general.css" type="text/css" />
<link href="templates/gk_viyo_blue/css/template_css.css" rel="stylesheet" media="all" type="text/css" />
<link href="templates/gk_viyo_blue/css/suckerfish.css" rel="stylesheet" media="all" type="text/css" />
<link href="templates/gk_viyo_blue/css/joomla_classes.css" rel="stylesheet" media="all" type="text/css" />
<link href="templates/gk_viyo_blue/css/typography.css" rel="stylesheet" media="all" type="text/css" />
<link href="templates/gk_viyo_blue/css/gk_stuff.css" rel="stylesheet" media="all" type="text/css" />
<link href="templates/gk_viyo_blue/css/style.css" rel="stylesheet" media="all" type="text/css" />
<!--[if IE 6]><link href="templates/gk_viyo_blue/css/ie6_css.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 7]><link href="templates/gk_viyo_blue/css/ie7_css.css" rel="stylesheet" type="text/css" /><![endif]-->
<!-- Dynamic generated styles for background -->
<style type="text/css">
body{background: #e8f6fd url('/'templates/gk_viyo_blue/images/style/backgrounds/bg_1_base.png'') repeat-x 0 0;}
div#wrapper_main{background: transparent url('/'templates/gk_viyo_blue/images/style/backgrounds/bg_1_main.jpg'') no-repeat center -30px;}
div#bottom_wrap_2{background: #62B4D9 url('/'templates/gk_viyo_blue/images/style/backgrounds/bottom_bg_1.png'') repeat-x 0 bottom;}
</style>