Remove Login from Top Menu

December '13 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
Sun Mar 12, 2017 4:18 pm
Reply with quote
Report this post
I feel like this is such a stupid question, but I can't seem to work it out: how to remove the Log In from the front end Menu in the top right corner (http://nieuw.hartvoorschore.nl/).
It's not a menu item or a component, I just can't find it. Any ideas?
Thanks in advance!
User avatar
Fresh Boarder

Joshua M
Wed Mar 15, 2017 9:49 am
Reply with quote
Report this post
Hi,

Please navigate to your Game -> Template Options -> Features tab and clear "Login URL" field.
User avatar
Moderator

GK User
Wed Mar 15, 2017 10:49 am
Reply with quote
Report this post
Wonderful, thank you so much!
User avatar
Fresh Boarder

GK User
Wed Mar 15, 2017 10:51 am
Reply with quote
Report this post
2 more questions:
- Where can I adjust the space around the logo, so the menu items aren't over it?
- Where can I adjust the colour of the re "mouse-over" text in the banner_right? Now it's red on red after mouse-over and not vissible.

So many thanks in advance!
User avatar
Fresh Boarder

Joshua M
Thu Mar 16, 2017 9:34 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
.gkMenu > ul > li > a {
    padding: 0 12px;
}

.nspArt h4.nspHeader a:hover {
    color: #ddd;
}

and adjust your hover color.
User avatar
Moderator

GK User
Mon Mar 27, 2017 1:28 pm
Reply with quote
Report this post
Your support is awesome!
Few more questions (sorry, the code is hard for me):
- How to adjust the colour of the body text and the colour of the text in the banner_right?
- How to add more space (padding?) on the left of the text in the banner_right area?

Many thanks in advance!
User avatar
Fresh Boarder

Joshua M
Tue Mar 28, 2017 8:29 am
Reply with quote
Report this post
Try the following css code:
Code: Select all
.dark-area .box {
   color: #000;
}

#gkBannerRight .nspArt p.nspText {
color: #fff;
}

#gkBannerRight .content {
   padding-left: 10px;
}
User avatar
Moderator

GK User
Thu May 04, 2017 7:10 pm
Reply with quote
Report this post
Hi, I have another question. I found out that the modules shown in Banner_right position are not vissible when visiting the website on a mobile phone. How do I enable this?

Best regards,
Ankie
User avatar
Fresh Boarder

Joshua M
Fri May 05, 2017 8:29 am
Reply with quote
Report this post
I can't see your website anymore, so can't check the issue.
User avatar
Moderator

GK User
Wed May 10, 2017 7:52 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

Joshua M
Thu May 11, 2017 8:52 am
Reply with quote
Report this post
You can remove this fragment from css/small.tablet.css file:
Code: Select all
#gkBanners > div {
   display: none;
}

but it may be too much for mobile devices..
User avatar
Moderator


cron