logo size and 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
Thu May 23, 2013 6:47 pm
Reply with quote
Report this post
hi,
how are you?

i'm wondering how to change:
- the logo size and its background color
- how to change the orange color in the template with the purple color.


look here: http://www.abbigliamentotop.com/prova2/

for the logo i activated the override.css and put this code

#gkLogo {
width:180px!important;
height: 82px;

}


but not result

could you help me?

thank you in advance
User avatar
Expert Boarder

GK User
Thu May 23, 2013 9:33 pm
Reply with quote
Report this post
You were almost there:
Code: Select all
#gkLogo {
background-color: #00F!important;
width: 200px!important;
height: 82px !important;
}
User avatar
Moderator

GK User
Fri May 24, 2013 1:37 pm
Reply with quote
Report this post
thank you...

and how to change the orange color in the template as the logo colors

thank you
User avatar
Expert Boarder

GK User
Fri May 24, 2013 1:52 pm
Reply with quote
Report this post
i mean remove the orange and use the purple.

For example in the link hover in the module title, in the price, in the search hover...

thank you
User avatar
Expert Boarder

GK User
Fri May 24, 2013 2:37 pm
Reply with quote
Report this post
Damn, all my post gone :/

Code: Select all
.nspMainPortalMode5 .nspArt:hover .nspHeader a,
.box.colortitle h3.header,
.box.colortitle h3.header,
a,
span.PricesalesPrice,
.nspArt h4.nspHeader a:active,
.nspArt h4.nspHeader a:focus,
.nspArt h4.nspHeader a:hover {color: #FB5A29;}

should change most oh homepage color, but perhaps You could cinsider editing:
/templates/gk_bikestore/css/style1.css
and
templates/gk_bikestore/css/gk.stuff.css
and replace all #FB5A29 (also #fb5a29) with your color?
Just back up those files before You will make any changes.
User avatar
Moderator

GK User
Fri May 24, 2013 3:02 pm
Reply with quote
Report this post
Cyberek wrote:Damn, all my post gone :/

Code: Select all
.nspMainPortalMode5 .nspArt:hover .nspHeader a,
.box.colortitle h3.header,
.box.colortitle h3.header,
a,
span.PricesalesPrice,
.nspArt h4.nspHeader a:active,
.nspArt h4.nspHeader a:focus,
.nspArt h4.nspHeader a:hover {color: #FB5A29;}

should change most oh homepage color, but perhaps You could cinsider editing:
/templates/gk_bikestore/css/style1.css
and
templates/gk_bikestore/css/gk.stuff.css
and replace all #FB5A29 (also #fb5a29) with your color?
Just back up those files before You will make any changes.


where i have to put the code above, in the override? Please explain better
User avatar
Expert Boarder

GK User
Fri May 24, 2013 3:20 pm
Reply with quote
Report this post
Ok i solved with the color (only the price color doesn't change...)

but now i have another prolem with the thumbnails look here: http://abbigliamentotop.com/prova2/


thanks
User avatar
Expert Boarder

GK User
Fri May 24, 2013 3:49 pm
Reply with quote
Report this post
templates/gk_bikestore/css/vm.css
replace colors also here.

And with thumbnails - could You login with ftp and check if files are generated to path:
modules/mod_news_pro_gk4/cache/
perhaps You need to enable Apache to write to that folder?
User avatar
Moderator

GK User
Fri May 24, 2013 4:09 pm
Reply with quote
Report this post
Cyberek wrote:templates/gk_bikestore/css/vm.css
replace colors also here.

And with thumbnails - could You login with ftp and check if files are generated to path:
modules/mod_news_pro_gk4/cache/
perhaps You need to enable Apache to write to that folder?



ok, thank you i solved...you are very hlpeful

:)
User avatar
Expert Boarder


cron