Couple of visual problems. Please, Help!

Modern and unique personal portfolio Joomla template ideal for work presentation - support forum.
GK User
Fri Jun 01, 2012 2:09 pm
Good day!
I have the following problems:
1) Drop down menu hidden behind the slideshow. I know there is a solution published here: https://www.gavick.com/forums/126/drop- ... enu#p71794
But i did not found z-index: 999999 in menu.css =/

2) My title's font size is to big, as you can see here:
http://warper.ru/component/virtuemart/u ... T?Itemid=0
how to make it smaller, and change the font style itself? (Russian language)

3) I'm not sure, if you can give a VM2 + Pixellove support, but some elements of Virtuemart are not visualise on dark background color. For example, when you add anything in cart, or use "Sort by" ("Сортировать по") module:
http://warper.ru/jeans-low-crotch-pants
there is white backgound and white font appear. Users can't see anything.

I will be happy to get any help.
Thank you!
User avatar
Junior Boarder

teitbite
Sun Jun 03, 2012 12:38 pm
Hi

1. Please show me a direct page with this problem.
2. Try manipulate with a classes of:

Code: Select all
h1, h2, h3, h4, h5 {
    font-family: BebasNeueRegular,Arial,sans-serif;
}

h1 {
    font-size: 380%;
}


3. Please add this code to css:

Code: Select all
.orderlistcontainer div.activeOrder,
.orderlistcontainer div.orderlist {
background-color: #747474;
}
User avatar
Moderator

GK User
Mon Jun 11, 2012 4:03 pm
Thank you very much for your help, Teitbite!

1) http://warper.ru/
Menu "Регистрация до заказа" in right-up corner.

3) I've added it to template.css, so "sort by" drop-down menu changed it's color and now font is visible. But a small window that appears after you add anything in cart, and the currency selector ( "Изменить валюту" - warper.ru - at the bottom) - are still the same.

And I also have one more question:
is it possible to change black/white mainbody so it looks like the backround?
http://warper.ru/jeans-low-crotch-pants ... iny-detail

Hope for your tips.
Thank you once again!
User avatar
Junior Boarder

teitbite
Tue Jun 12, 2012 11:24 am
Hi

1. Please add this code to css:

Code: Select all
#gkNav {
    z-index: 10000;
}


3. Add this to css:

Code: Select all
.popup, popup a {
color:#222222;
}

.input.quantity-input {
color:#ffffff;
}


For mainbody please use this code:

Code: Select all
#gkBodyWrap,
#gkContent {
    background: none repeat scroll 0 0 transparent;
}


User avatar
Moderator

GK User
Tue Jun 12, 2012 2:53 pm
Thank you once again for your reply, Teitbite!
I've added all of it to template.css at the :
/public_html/templates/gk_pixellove/css
Non of this worked.
May be i chose the wrong file, or did something wrong?
Here is how template.css looks like right now:

(...)

orderlistcontainer div.activeOrder,
.orderlistcontainer div.orderlist {
background-color: #747474;
}


#gkNav {
z-index: 10000;
}
.popup, popup a {
color:#222222;
}

.input.quantity-input {
color:#ffffff;
}

#gkBodyWrap,
#gkContent {
background: none repeat scroll 0 0 transparent;
}
User avatar
Junior Boarder

teitbite
Tue Jun 12, 2012 5:03 pm
Hi

Looks ok. Have You cleared cache ? Do You have css compression enabled ?

Please send me ftp access so I'll be able to fix it myself.

And please use override.css file for changes. But please remember to allow using of this file in template settings.
User avatar
Moderator

GK User
Wed Jun 13, 2012 4:01 pm
I've enabled css overide in template setting and have sent you an access to your email, Teitbite
Thank you
User avatar
Junior Boarder

teitbite
Wed Jun 13, 2012 4:19 pm
Hi

I had not found this code in any file, so I've added it to override.css and looks like it's working now :)
User avatar
Moderator

GK User
Wed Jun 13, 2012 6:34 pm
After I've noticed it didnt worked, I deleted it and hoped you will help =) Thank you very much! Gavickpro as good as usual ^^
User avatar
Junior Boarder

teitbite
Wed Jun 13, 2012 7:45 pm
HI

No problem. Glad I could help.
User avatar
Moderator


cron