Remove the separator / from menu

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
Wed Oct 15, 2014 2:40 pm
Reply with quote
Report this post
I want to remove the character "/" from the main menu, that separates the menu items. See image...!
Thanks
User avatar
Junior Boarder

GK User
Wed Oct 15, 2014 2:42 pm
Reply with quote
Report this post
Hi,
sure , use this:
Code: Select all
.gkMenu > ul > li:before {content: ""; }
User avatar
Platinum Boarder

GK User
Wed Oct 15, 2014 8:32 pm
Reply with quote
Report this post
It works! Thanks
User avatar
Junior Boarder

GK User
Fri Oct 17, 2014 6:31 pm
Reply with quote
Report this post
Adding different char inside " " - you can also replace "/" with another character like "|" , "-" etc.
User avatar
Platinum Boarder


cron