How do i change the intro loading background color?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Dec 20, 2013 5:49 pm
Reply with quote
Report this post
Screen Shot 2013-12-20 at 10.48.58 AM.png
Hi,

Look im starting to work with joomla, so i think it depends of a .css style sheet but i dont know how to find it, i tried using firebug but, intro load duration is so short and turns in a transition to the main page so is impossible for me to find where to change the color, I THINK IS IMPORTAN TO MENTION THAT I TRIED TO CHANGE COLOR, REPLACING DEFAULT TEMPLATE COLORS BUT, NOTHING HAPPEND.

This is my web link http://www.pacomartinez.mx

I hope get help, and i hope you understand my bad english.

Best Regards
User avatar
Fresh Boarder

GK User
Fri Dec 20, 2013 10:04 pm
Reply with quote
Report this post
1. The question is about creativity template ;)
2. Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.gkIsWrapperFixed {
background: #ff0000 !important;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Jan 28, 2014 1:26 am
Reply with quote
Report this post
Hi,

I tried the code but it didn't work i am trying to change the intro background color to #ff8300 Also if i want to change the circle icon that spins is there a way to do this?

Thanks
User avatar
Fresh Boarder

GK User
Wed Jan 29, 2014 8:00 pm
Reply with quote
Report this post
I have checked your code and it looks like you haven't enabled override.css in template settings.
Also I don't see changes in override.css file.
If it goes to circle "loading" icon - it wolud require some css changing. Without details how would you like it to look I can't help much further.
User avatar
Moderator

GK User
Sun Feb 23, 2014 6:52 pm
Reply with quote
Report this post
It worked thanks!
User avatar
Fresh Boarder

GK User
Mon Feb 24, 2014 11:53 am
Reply with quote
Report this post
Great :).
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator

GK User
Sun May 25, 2014 8:27 pm
Reply with quote
Report this post
Hi Cyberek. I modified my override.css file to use the color #ad1765. It does show up, but only after seeing the original blue color for a moment. The website is http://www.shellyryder.com. Do you know how to completely eliminate the blue background color before my color loads?

Thank you.
Shelly


Cyberek wrote:1. The question is about creativity template ;)
2. Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.gkIsWrapperFixed {
background: #ff0000 !important;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Fresh Boarder

GK User
Mon May 26, 2014 8:46 pm
Reply with quote
Report this post
Please modify html background:
Code: Select all
html {
background: #5a69de;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.