By Paul Murray on Monday, 20 November 2017
Posted in General
Likes 0
Views 844
Votes 0
Hi Si Team

Please help me remove the blue box as seen in the screen shot.
I am not 100% sure but I think it might be left over from a hack that let me have a working footer menu in the Elegant Template I am now on Vanilla and no longer need this.

thanks

Paul

ps also wondering if the lines under the menu points are a bug or part of the design?
Hi there,

I have applied some necessary fixes on your site using css below. Please give it a check and see how it goes.
[gist type="php"]
//for blue button
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
background-color: #2bb673;
}
//for lines under menu
.sp-module ul > li {
border-bottom: 1px solid #2bb673;
}
[/gist]
·
Monday, 20 November 2017 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Warith

Looking good.

thanks

Paul
·
Monday, 20 November 2017 14:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 20 November 2017 15:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post