How to change the background in the BikeStore

Amazing responsive, mobile ready VirtueMart e-commerce Joomla template
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 Jun 06, 2014 3:13 pm
Reply with quote
Report this post
I want to change the background! but I dont understand where I cn do this! could you help me plis?
User avatar
Fresh Boarder

teitbite
Fri Jun 06, 2014 10:08 pm
Reply with quote
Report this post
Hi

Easiest option is to just replace the images displayed in background right now with a new image named same way at /templates/gk_bikestore/images/style1/bg_abstract.png
User avatar
Moderator

GK User
Sun Aug 17, 2014 5:57 pm
Reply with quote
Report this post
How to FIX the bg? I mean: scralling in the shop, but bg remains still. Can you help here?
User avatar
Expert Boarder

teitbite
Tue Aug 19, 2014 10:46 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
body {
    background-attachment: fixed;
}
User avatar
Moderator

GK User
Tue Aug 19, 2014 8:25 pm
Reply with quote
Report this post
THANK YOU!!!! :-))) Works
User avatar
Expert Boarder

GK User
Thu Aug 21, 2014 8:03 am
Reply with quote
Report this post
Okay. Now: Where can I change the default colour of the main menu from grey into white?
User avatar
Expert Boarder

teitbite
Fri Aug 22, 2014 2:35 pm
Reply with quote
Report this post
Hi

Use this code:

Code: Select all
.gkMenu > ul > li > a {
    color: #fff;
}
User avatar
Moderator

GK User
Sat Aug 23, 2014 8:54 am
Reply with quote
Report this post
Thank you!!!
User avatar
Expert Boarder

GK User
Sat Aug 23, 2014 4:45 pm
Reply with quote
Report this post
And how to change the colour of the "REGISTER" link in the top into white?
User avatar
Expert Boarder

GK User
Sun Aug 24, 2014 7:58 am
Reply with quote
Report this post
Register - Login - Add to cart: how to turn them into white? Where can I find the module position oveview? I want also to add in this line the phone number (also white) and some flags (NO multi lingual store - ONLY flags!)
User avatar
Expert Boarder

teitbite
Sun Aug 24, 2014 7:34 pm
Reply with quote
Report this post
Hi

Here is a map of module positions: http://demo.gavick.com/joomla25/bikesto ... -positions

To change color of topmenu links add this code to override.css and make sure override is enabled in template settings:

Code: Select all
#gkTopLinks a {
    color: #ffffff;
}
User avatar
Moderator

GK User
Mon Aug 25, 2014 1:24 pm
Reply with quote
Report this post
There is no modul position "user area" stored. and the only existing "user menu" doenst publish on the field of "user area"

can you please check this? Thank you!
User avatar
Expert Boarder

teitbite
Tue Aug 26, 2014 2:16 pm
Reply with quote
Report this post
Hi

No there is no such module position. http://demo.gavick.com/joomla25/bikesto ... -positions this is why it's in a different color in modules map, same as logo or mainmenu. Those are special template elements. If You want to publish a module in this place please use closest module position available.
User avatar
Moderator


cron