Home › Forums › Themes Support › Gecko › Edit the look and feel of the Menu..
Tagged: #menu
- This topic has 6 replies, 4 voices, and was last updated 7 years, 2 months ago by hallbird.
-
AuthorPosts
-
-
September 7, 2017 at 4:20 am #9541
Hi guys,
I’ve want to change the capital letters like ‘HOME’ in the menu, see the attached picture, into a normal ‘Home’. I’ve also want to use a breakup like: ‘|’, in between the menu items. I’ve also added a picture of the way which i want it to be..
Is there a way to edit this? Maybe with custom CSS?
Attachments:
You must be logged in to view attached files. -
September 7, 2017 at 11:14 am #9553
Hi,
Thank you for choosing our theme.
Do you want implement for which menu? Main top menu, footer menu?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 7, 2017 at 9:41 pm #9581
Hi Harry,
I would like to change the main top menu..
Greetings!
-
September 8, 2017 at 12:30 am #9587
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.jas-menu > li:not(:first-child) {
margin-left: 0 !important;
}
.jas-menu > li:not(:first-child) > a {
border-left: 1px solid #999;
margin-left: 20px;
padding-left: 20px;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
September 9, 2017 at 3:36 pm #9696
Thank you,
I have applied same style, it works fine
-
-
September 8, 2017 at 4:53 pm #9634
Hey Harry,
Thanks for your response! It works really well. Still i’ve got the question if it’s possible to change the capital letters in the menu to normal ones.. Is there some solutions for it?
Beside that i’ve got an last request: Is it possible to delete the whitespace around the logo in de headermenu and let them line out with the content underneath. I’ve designed the way which it’s has to be, and a printscreen of the situation right now. I’ve tried a lot of CSS to fix it, but i’ve still not managed it..
Greetings Wessel
Attachments:
You must be logged in to view attached files. -
September 8, 2017 at 9:04 pm #9646
Hi,
I helped you do it, please check.Best regards,
Foster
-
-
AuthorPosts
You must be logged in to reply to this topic.