Ok so I got the just of the css and how to change it on my main page, but can someone tell me where the main dolphin cs is located? I want to do a background that is "locked" and then have the dolpin portion scroll, but I can not seem to fin the .css file that controls the colors for the main page. I found it for the background now I just need to make the main page trasparent and able to scroll... |
Hello, the general css files located in templates/base/common.css and templates/base/general.css, but you will need override all you needed css styles in you current template files .
for example :
I need change background color for entire site !
1. I will open the templates/tmpl_uni/css/common.css
and write this after @import url(../../base/css/common.css);
body { background-color:red; } PS: If possible do not write me personally, please try to ask on the forum first |
I got that so lets say for example in tmpl_css/cdd/commom/css where would the main dolphin area be located?? what is the .css file name there?? |
I have a template question that has be driving me crazy!
I have been able to change all colors on my site www.duvallocals.com except the link's "not visited" and then my other problem is the html block for a feed on the homepage... middle left. The box title, "Jacksonvilles FaceBook Page," the link inside the box is too brite!!! where can I change this?
I have been crawling my css files for four days now! ugh 
Who can point me to the right css file and approx line?
ManOfTeal.COM a Proud UNA site, six years running strong! |
I have a template question that has be driving me crazy!
I have been able to change all colors on my site www.duvallocals.com except the link's "not visited" and then my other problem is the html block for a feed on the homepage... middle left. The box title, "Jacksonvilles FaceBook Page," the link inside the box is too brite!!! where can I change this?
I have been crawling my css files for four days now! ugh 
Who can point me to the right css file and approx line?
Your jacksonville facebook link is in templates/base/css/general.css at about line 459
Took about 5 seconds to find it using firefox with the firebug plugin. This firebug plugin will save you a lot of manual searching. You might want to look into it.
.rss_item_header a, .rss_item_header a:link, .rss_item_header a:visited, .rss_item_header a:hover, .rss_item_header a:active {
color:#3333CC;
font-size:12px;
font-weight:bold;
}
https://www.deanbassett.com |
your the TOPS, i will look now. you the author of dolphino temp right?
points!
ManOfTeal.COM a Proud UNA site, six years running strong! |
is there any way that i can edit template file except :
**************
I need change background color for entire site !
1. I will open the templates/tmpl_uni/css/common.css
and write this after @import url(../../base/css/common.css);
body { background-color:red; }
**************
?????????
please answer me!!!
|