Stylesheet changes

Need help? Please give a detailed explanation of your problem.
Post Reply
KeithB155
Posts: 33
meble kuchenne Mikołów Knurów Czechowice-Dziedzice
Joined: Fri Dec 26, 2014 6:12 pm
Website: Puma Networks LLC

Stylesheet changes

Post by KeithB155 »

http://treeoflifecounseling.info
I hate to admit needing some direction here. When I make style changes that I find using firebug, they don't "take" once I refresh the home page.

Code: Select all

.header {
  color:#000;
  font-size:1.25em;
  font-weight:400;
  letter-spacing:3px;
  text-shadow:rgba(0, 0, 0, 0.498039) 1px 1px 2px;
  
}
The current code via firebug. Trying to overwrite "text-transform:uppercase;"

Code: Select all

.header {
  color:rgba(255, 255, 255, 0.901961);
  font-size:1.25em;
  font-weight:400;
  letter-spacing:3px;
  text-shadow:rgba(0, 0, 0, 0.498039) 1px 1px 2px;
  text-transform:uppercase;
}
theme.css
I have several other inherited classes that need to be changed as well.
So, I can find the CSS I want to change, I copy/paste to stylesheet and change it in the stylesheet before I save.
Any suggestions would be a great help. ;)
User avatar
Paige
Support Team
Support Team
Posts: 461
Joined: Fri Feb 24, 2012 3:41 am
Website: www.allprowebtools.com
Location: Fort Collins, CO
Contact:

Re: Stylesheet changes

Post by Paige »

All of our sites that our not on a mockup server are set to cache and to reload the cache every 4 hours, this causes extreme cacheing with stylesheets, images, and javascript. This allows for your site visitors to experience the fastest load possible. We are currently working on a way for developers to temporarily turn this off.
KeithB155
Posts: 33
Joined: Fri Dec 26, 2014 6:12 pm
Website: Puma Networks LLC

Re: Stylesheet changes

Post by KeithB155 »

Thanks, so I am not crazy! This is a little bit of a bummer because I cant finish site, thanks so much. :lol:
KeithB155
Posts: 33
Joined: Fri Dec 26, 2014 6:12 pm
Website: Puma Networks LLC

Re: Stylesheet changes

Post by KeithB155 »

Any movement on this issue? Should we move DNS back to a greatmockup.com for a period of time? Thanks!
User avatar
Paige
Support Team
Support Team
Posts: 461
Joined: Fri Feb 24, 2012 3:41 am
Website: www.allprowebtools.com
Location: Fort Collins, CO
Contact:

Re: Stylesheet changes

Post by Paige »

Keith, I have moved your site back to the mockup server, it is still on treeoflifecounseling.info, please let me know when you are done building it
KeithB155
Posts: 33
Joined: Fri Dec 26, 2014 6:12 pm
Website: Puma Networks LLC

Re: Stylesheet changes

Post by KeithB155 »

Great! I made changes on TOL.info that did not work. I guess I need to get to treeoflifecounciling.greatmockup.com to make those style changes. https://c2184.allprowebtools-s1.com/con ... php?file=1 is my current stylesheet.
KeithB155
Posts: 33
Joined: Fri Dec 26, 2014 6:12 pm
Website: Puma Networks LLC

Re: Stylesheet changes

Post by KeithB155 »

is TOLcounseling.info the correct url to get to greatmockup version? url?
KeithB155
Posts: 33
Joined: Fri Dec 26, 2014 6:12 pm
Website: Puma Networks LLC

Re: Stylesheet changes

Post by KeithB155 »

All changes seem to be apply!
KeithB155
Posts: 33
Joined: Fri Dec 26, 2014 6:12 pm
Website: Puma Networks LLC

Re: Stylesheet changes

Post by KeithB155 »

keep it on the greatmocku.com server. we are not done. can I add my own bootstrap theme?
Post Reply