Template color change

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Apr 05, 2011 8:59 pm
 

I noticed that lots of people want a light or dark version of their fav templates but don't know how to accomplish what they are looking to do. Many threads here help but to somebody who has really no clue about CSS And photoshop this can be hard. 
I am willing ti spend my time to create 1 light/dark version for one of the templates for free but only if there is enough interest, if it's only one person Interested then it may not be worth the time.  Please post what template you would like a light/dark version of
User avatar
Gold Boarder

GK User
Sun Apr 17, 2011 4:57 pm
Hi Devsmi,

I'd say suggest working on an e-commerce template such as YourShop... Am even willing to help with changing its design or whatever...

Regards,
User avatar
Senior Boarder

GK User
Sun Apr 17, 2011 5:09 pm
Funny that you mention that now. I actually just started with one. JUST STARTED as in its still ugly but I think I like dark themes a lot now:)
Image
User avatar
Gold Boarder

GK User
Sun Apr 17, 2011 5:27 pm
Just a nice coincidence I think :cheer:

Both black + green, this will be a great template at the end!

By the way what would you do to remove the transparency of the middle section in this template? I'm confused with its css. Hope you don't mind telling me...

Thank you. Keep up the great work!

Regards,
User avatar
Senior Boarder

GK User
Sun Apr 17, 2011 5:51 pm
Not sure what you are talking about exactly. I think you are talking about this on the right and left Image ?
User avatar
Gold Boarder

GK User
Sun Apr 17, 2011 6:22 pm
Hi,

My bad, sorry about not being clear enough.

Capture_2011-04-17-2.PNG


There is this black space between modules (see orange signs) as you may see on the image. When you change the background image, the whole template (except the color inside modules) becomes black as far as I'm aware. The template is fully transparent, just confused by that...
User avatar
Senior Boarder

GK User
Sun Apr 17, 2011 6:30 pm
Im not gonna lie, I am still a bit confused with what you want to do. You want to remove transparency so you can have the background 1 color and the body another ? if you have a site you can show me and the colors that you want it would be easier for me to get an idea. If you dont want to post them here you can email me.

Right now if you go through template.css you will see that bg-wrap left / right has a background: transparent set
User avatar
Gold Boarder

GK User
Sun Apr 17, 2011 7:00 pm
Hi,

I'm dealing with this template on localhost...

But you got that right! :) Yes, Yes, Yes... Background and the Body separately!

See the orange circles on the image... Everywhere is black and I can't change the color (circled areas) between modules to white...

Capture_2011-04-17-3.PNG


Thank you.
User avatar
Senior Boarder

GK User
Sun Apr 17, 2011 7:11 pm
Ok sorry bout that..

Override.css add
Code: Select all
#bg-wrap-left { background-color: #fff; }

Change fff to whatever color code you need

If that doesnt work then you can find the code in template.css and change the code through there.
Just replace " transparent " with " #fff "
User avatar
Gold Boarder


cron