-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 25, 2017 at 1:43 am #1069897Hi
You can check the style classes using firebug or inspect element from the browser.
Example: http://prntscr.com/h1n1ja
And override it via the custom.css file.
Make sure the nav items used the same classes as in Mega menu items.Regards
moody Friendmoody
- Join date:
- April 2017
- Posts:
- 186
- Downloads:
- 45
- Uploads:
- 40
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
October 25, 2017 at 5:31 pm #1070069hi there,
my problem is.
i want the main menu to stay the same as now (using text colour = white)but i want to change the "sort by nav bar" to have different font color , such as gray.
in other words, how to create an unique class to the "sort by nav bar"? for me to customize the sort by nav bar
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 26, 2017 at 1:32 am #1070113Hi
Your site offline and submitted login details are not working.
Please check.Regards
moody Friendmoody
- Join date:
- April 2017
- Posts:
- 186
- Downloads:
- 45
- Uploads:
- 40
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
October 26, 2017 at 5:03 pm #1070328sorry i changed my password
Site Url: http://australiancountryexperience.com.au/administrator?ace777
Admin Username: ace223
Admin Password: @chou1980Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 27, 2017 at 1:28 am #1070378Hi
Use the same method to check the style classes and override.
Just add this class in before starting of style code.
Example:#exp-sort-container .navbar-default .navbar-nav > li > a { color: #000; }
Now it will not work for the megamenu.
Regards
moody Friendmoody
- Join date:
- April 2017
- Posts:
- 186
- Downloads:
- 45
- Uploads:
- 40
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
October 27, 2017 at 4:16 pm #1070566This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 30, 2017 at 2:49 am #1070806Hi
This the current view: http://prntscr.com/h3prii
If you want to customise the extension you need to do custom work in the extension layout file or you can make override and apply the changes. This needs custom work in the PHP files and css that needs time and efforts.
If you are not familiar with custom work I suggest you hire a developer for such custom work tasks.Regards
moody Friendmoody
- Join date:
- April 2017
- Posts:
- 186
- Downloads:
- 45
- Uploads:
- 40
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
October 30, 2017 at 8:18 am #1070888how to just disable this nav bar?
which file i should look for it?thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 31, 2017 at 1:45 am #1071119Hi
Add this code in custom.css file to remove it#exp-sort-container .navbar-default .navbar-nav > li > a { display: none; }
Regards
moody Friendmoody
- Join date:
- April 2017
- Posts:
- 186
- Downloads:
- 45
- Uploads:
- 40
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
November 1, 2017 at 6:05 am #1071510thanks a lot
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 1, 2017 at 6:40 am #1071521You are welcome!
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years ago.
The topic ‘customize moduel's css- nav bar’ is closed to new replies.