Menu / Menu item config

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
Sun May 08, 2016 6:57 pm
Reply with quote
Report this post
Hi

1. How do i change the text hover colour in the Menu & menuitems? I have tried updating this for style8.css but that hasnt worked.
2. how do i increase the MAIN MENU font size, and the individual menu-item font sizes? At the moment its quite small for both.
3. How can i correct the first menu item span so that the "SEE ALL CLOTHES" etc is on 1 single line and not 2?
menusmall.PNG
User avatar
Fresh Boarder

teitbite
Thu May 12, 2016 1:42 pm
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Sat Jul 02, 2016 4:58 pm
Reply with quote
Report this post
teitbite wrote:Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.


sure its www.stockclearancelines.com
User avatar
Fresh Boarder

GK User
Sat Jul 02, 2016 5:00 pm
Reply with quote
Report this post
in addition to the 3 points above, i notice that if you press ctrl + scroll (to make the website bigger/smaller), it affects the main menu and causes some columns to disappear to the bottom.
User avatar
Fresh Boarder

teitbite
Mon Jul 04, 2016 11:42 am
Reply with quote
Report this post
Hi

1. Add this code with a color of Your choice to override.css
Code: Select all
.gkMenu > ul > li.active > a,
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a,
.gkMenu > ul li div.childcontent a:hover,
.gkMenu > ul li div.childcontent a:active,
.gkMenu > ul li div.childcontent a:focus {
    color: #2699c8 !important;
}


2. Same as above:
Code: Select all
.gkMenu > ul > li {
    font-size: 18px;
}

.gkMenu > ul li div.childcontent li {
    font-size: 12px;
}


3. And again a code to override.css
Code: Select all
.gkmenu img {
    border: 0 none;
    float: none;
    display: block;
    margin: 0 auto 20px;
}
User avatar
Moderator


cron