I have performed this change dozens of time. I'm not locked out of my files because I could replace the header banner. The problem for some unknown reason, I'm not able to get the title and slogan font color to change. Here is my code with the new color.
/* Main Title Position and Style */
.bgfttl { color:#1D13AB;position:absolute;left:15px;top:18px;z-index:3;font:500 40px/20px Arial,Regular,palatino,"comic sans","times new roman",times roman }
.udrttl { font-size:14px;font-weight:normal;color:#1D13AB;position:absolute;left:15px;top:180px;z-index:3 }
What am I doing wrong?
bob
Is there a parent conflict I'm not aware of? The version is 3.5.1 by the way.
Help would very much be appreciated.
:ohboy:
I'm very tired. Of course the file is style.css for Zenlike. My bad.
After checking another copy of efiction 3.5.x the following small changes were made.
.bgfttl { color:#1D13AB;position:absolute;left:15px;top:18px;z-index:3;font:500 35px/25px Arial,Regular,palatino,"comic sans","times new roman",times roman; }
.udrttl { font-size:14px;font-weight:normal;color:#1D13AB;position:absolute;left:15px;top:180px;z-index:3 }
This did not correct my issue. :help:
I have another efiction site to test things on. Changing the banner font color was successful with that site. The only difference is that one is a version 3.5.5 instead of 3.5.1 - v. Also they are different hosting platforms. My main site is with GoDaddy. The test site is TMD.
eficton is not letting me change anything in the style.css folder of any skin. :cursing:
I checked the default_tpls and found no problem. Attempted to enter the color and pixel size there, but it did not correct the situation.
/* The appearance of your site's name in the banner area*/
#sitename {
font-size: 44px;
font-weight: bold;
color: #1D13AB;
}
/* The appearance of your site's slogan in the banner area */
#slogan {
font-size: 20px;
font-weight: normal;
color: #1D13AB;
}
I read about Cloud cacheing keeping a style.css file and attempted the Ctrl+F5 reset on my browsers, and on the style.css file as well.
No bueno.
If you have an idea what can be done to overcome this matter, please share it with me.
Solved it. We have an https SSL firewall security for spambots and SQL risks. Went to the firewall and cleared the cache. Problem solved. :cool2:
