modification

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
Tue Oct 29, 2013 8:16 am
Reply with quote
Report this post
hi,

here http://demo.gavick.com/joomla25/gamenews/

1) i dont want to have main Menu and make Top navigation Home, Blog , Download etc as main menu
2) when i disable main menu other content below should move to main menu position how can i do tht
User avatar
Expert Boarder

GK User
Tue Oct 29, 2013 8:37 am
Reply with quote
Report this post
kkapoor wrote:hi,

here http://demo.gavick.com/joomla25/gamenews/

1) i dont want to have main Menu and make Top navigation Home, Blog , Download etc as main menu
2) when i disable main menu other content below should move to main menu position how can i do tht


3) also how can i make Top navigation Home, Blog , Download etc bold
User avatar
Expert Boarder

teitbite
Fri Nov 01, 2013 12:16 pm
Reply with quote
Report this post
Hi

1. You can disable showing menu in template settings or You can use this code to hide it:

Code: Select all
#gkMainMenu { display: none; }


2. This will be done on it's own using any of the options I've suggested.

3. Use this code to do this:

Code: Select all
#gkTopBar ul li a {
    font-weight: bold;
}
User avatar
Moderator


cron