Font GKMainmenu

Commercial shopping Joomla template to easy create webshop with various extensions supported like ViruteMart, K2 and K2Store.
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
Sat Jul 06, 2013 11:04 am
Reply with quote
Report this post
Hello

I want to change the font of the mainmenu, I've edited the post menu.css and font-family: "File Narrow", sans-serif;. But the corresponding items do not change virtuemart category.

Thanks for your attention
User avatar
Fresh Boarder

teitbite
Sat Jul 06, 2013 11:31 pm
Reply with quote
Report this post
Hi

Please show me exactly which element You are looking to change. The menu.css modification should work. Tell me the url to Your site.
User avatar
Moderator

GK User
Sun Jul 07, 2013 1:22 am
Reply with quote
Report this post
Hi, thank

The url is shop.seinse.com, clicking on items Serigrafía, Tampografia... these changes do not follow the same font. All these items are virtuemart category

Regards :)
User avatar
Fresh Boarder

GK User
Mon Jul 08, 2013 5:26 pm
Reply with quote
Report this post
Hi again

In the main menu, if the items Virtuemart Categories link to apply a code different from what other items

Code: Select all
.gkMenu > ul > li.active > a {
color: #7A98AD;
font-family: "Archivo Narrow", sans-serif;
}
.gkMenu > ul > li.active > a {
color: #ff7e57;
font-family: "Archivo Narrow", sans-serif;
}


And if you change the code does not change the font

On the other hand the rest of the items if they apply font change

Code: Select all
gkMenu > ul > li > a {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.gkMenu > ul > li > a {
color: #000;
display: block;
height: 36px;
line-height: 36px;
padding: 0 16px;
font-family: "Archivo Narrow", sans-serif;
}


Regards
User avatar
Fresh Boarder

teitbite
Tue Jul 09, 2013 12:30 am
Reply with quote
Report this post
Hi

Sorry. I've asked for an url thinking it will be clear when I see it, but I cannot find this VM category. The code You've used should be working, so please show me this exception.
User avatar
Moderator

GK User
Wed Jul 10, 2013 12:59 am
Reply with quote
Report this post
Menu items corresponding to the Virtuemart are: Serigrafia, Tampografía, Tintas Ink-jet and Termoadhesivos, these items do not apply the font-family selected in the menu.css
User avatar
Fresh Boarder

teitbite
Thu Jul 11, 2013 2:33 am
Reply with quote
Report this post
Hi

Do You mean that the menu font is different on different pages ? Is it connected with some special browser ? I'm looking it at FF, Chrome, Safari and looks the same to me. But even on Your screens I do not sse the difference. CSS tells me that font used is always ""Archivo Narrow",sans-serif".

I must have understood You wrong, because I cannot find the problem.
User avatar
Moderator


cron