-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 9, 2017 at 1:48 am #1054588Hi
Kindly share the URL of the site here, The submitted domain is not using Joomlart template.Regards
imported_lorenzoadorni Friendimported_lorenzoadorni
- Join date:
- May 2015
- Posts:
- 98
- Downloads:
- 32
- Uploads:
- 27
- Thanks:
- 23
August 9, 2017 at 9:38 am #1054719Sorry.
Here the URL
http://www.maximal.it/nuovosito/index.php?lang=it( The new site with joomlart template is in a subfolder).
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 10, 2017 at 1:02 am #1054821Hi
Add this code in custom.css file and change the color code as per needs.t3-mainnav .t3-navbar { background: linear-gradient(#426a92,#3a5d80); max-height: 54px; }
Regards
imported_lorenzoadorni Friendimported_lorenzoadorni
- Join date:
- May 2015
- Posts:
- 98
- Downloads:
- 32
- Uploads:
- 27
- Thanks:
- 23
August 10, 2017 at 6:21 am #1054897Hello Panjak,
Thank’s for reply.
As you can see this solution reduce the nav bar to 44px but keep the main div to 64px. So, the text of the button is no alligned anymore. And the undescore is too distance. There is a solution for reduce al the main div of navbar?
How can I remove the menu symbol "|" separator ?
I also need to change the color of the text of the voice of main menu. How can I change the tect color of normal voice, select voice and "over" voice ?
Here url: http://www.maximal.it/nuovosito/index.php?option=com_content&view=featured&Itemid=101&lang=it
Thank you very much.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 10, 2017 at 6:38 am #1054900Hi
Kindly open a new thread for each new topic rather than merge them on the different topic discussion to avoid confusion.
Use this code to change the hover/active menu item color.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>span, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>span:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>span:focus { color: #fff; background-color: transparent; }
This code for menu item color
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>span { color: rgba(255,255,255,.6);} .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>span { color: rgba(255,255,255,.6);}
This code to remove separator
.navbar-default .navbar-nav>li+li:before {display:none;}
Regards
imported_lorenzoadorni Friendimported_lorenzoadorni
- Join date:
- May 2015
- Posts:
- 98
- Downloads:
- 32
- Uploads:
- 27
- Thanks:
- 23
August 10, 2017 at 6:59 am #1054915There is a problem with "hover" that remain white, also when I insert a #000000 black.
Try to check: http://www.maximal.it/nuovosito/index.php?option=com_content&view=featured&Itemid=101&lang=it
Thank’sPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 11, 2017 at 1:38 am #1055729Hi
Use this code in custom.css file.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>span:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>span:focus { color: #fff; background-color: transparent; }
change color code as per needs.
Regards
imported_lorenzoadorni Friendimported_lorenzoadorni
- Join date:
- May 2015
- Posts:
- 98
- Downloads:
- 32
- Uploads:
- 27
- Thanks:
- 23
August 11, 2017 at 7:35 am #1055833Thank’s works
Regards -
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by imported_lorenzoadorni 7 years, 3 months ago.
The topic ‘Change main menù background without change default colour of template’ is closed to new replies.