Home › Forums › Themes Support › Gecko › Styling gecko vertical theme menu
Tagged: Menu styling
- This topic has 17 replies, 2 voices, and was last updated 4 years ago by faucifashions.
-
AuthorPosts
-
-
December 19, 2020 at 8:32 am #39675faucifashionsSupport Expired
Hi i have installed gecko vertical slider theme for my shop. So just want to change alignment, font and some css in side menu bar. I try to add some extra css to menu by a extra css option in menu dash bord. But the changes didn’t show up.. The menu layout didn’t feel good for my shop layout. So i need to add some extra css to my menu bar. Is there any option to add it.. And i tried some custom css plugins.. But no difference.. What should i do..?
-
December 19, 2020 at 8:37 am #39676HarrySupport Expired
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 19, 2020 at 8:48 am #39677faucifashionsSupport Expired
I tried it. But it didn’t make any change.. Also i tried extra css option in appearance -> customise-> extra css.. Using class name.. No change.. Could you please check it. I think i can makr some changes for other layout except menu. Its working. But i need some changes in menu bar. How should i do.. Please help
-
December 19, 2020 at 8:50 am #39678HarrySupport Expired
Can you share your code here or give me login credentials to check. I tried the account you sent but can’t access dashboard.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 19, 2020 at 8:53 am #39679faucifashionsSupport ExpiredThis reply has been marked as private.
-
December 19, 2020 at 8:54 am #39680faucifashionsSupport ExpiredThis reply has been marked as private.
-
December 19, 2020 at 8:59 am #39681HarrySupport Expired
Hi,
The correct code is
.menu-main-menu-container#jas-mobile-menu ul ul li { float: left; position: relative; }
not
.menu-main-menu-container #jas-mobile-menu ul ul li { float: left; position: relative; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 19, 2020 at 9:00 am #39682HarrySupport Expired
If you want sub-menu text align left, please add below code
.header-7 #jas-mobile-menu ul ul li a { text-align: left; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 19, 2020 at 9:05 am #39683faucifashionsSupport Expired
.menu-main-menu-container#jas-mobile-menu ul ul li {
float: left;
position: relative;
}
notThis is the same code that i wrote.. Right..?
Ok.
Hmm.. Is it only for mobile menu.. Of for desktop view is there any other class name.. Really i didn’t find any. Is it possible to add sme icons on it.?
-
December 19, 2020 at 9:19 am #39684HarrySupport Expired
The code you wrote have space between “.menu-main-menu-container” and “#jas-mobile-menu ul ul li”
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 19, 2020 at 4:58 pm #39685faucifashionsSupport ExpiredThis reply has been marked as private.
-
December 19, 2020 at 5:19 pm #39686HarrySupport Expired
Please use this code
.header-7 #jas-mobile-menu ul ul li a { text-align: left; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 19, 2020 at 6:08 pm #39687faucifashionsSupport ExpiredThis reply has been marked as private.
-
December 19, 2020 at 6:47 pm #39688HarrySupport Expired
If you want change for main menu please change code to
.header-7 #jas-mobile-menu li a, .header-7 #jas-mobile-menu ul ul li a { text-align: left; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 19, 2020 at 7:30 pm #39689faucifashionsSupport ExpiredThis reply has been marked as private.
-
December 19, 2020 at 7:31 pm #39690faucifashionsSupport ExpiredThis reply has been marked as private.
-
December 19, 2020 at 7:49 pm #39691HarrySupport Expired
Please use code
.header-7 #jas-mobile-menu ul ul li a { text-align: left; } .header-7 #jas-mobile-menu > ul > li > a { text-align: left; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 20, 2020 at 11:46 pm #39706faucifashionsSupport Expired
Thanks .. its worked ..i really appreciate your support..
-
-
AuthorPosts
You must be logged in to reply to this topic.