-
AuthorPosts
-
rgblogs Friend
rgblogs
- Join date:
- July 2010
- Posts:
- 33
- Downloads:
- 7
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 4 times in 1 posts
January 28, 2014 at 1:59 pm #194196After struggling for more than six months for Joomla template, I am very happy today 🙂
Thank you for this template.
I am not able to do or figure out how to achieve following:
1. Like in demo, Login form in main menu when menu item is hovered.
2. Search feature at extreme right of the menu
3. Logo text is appearing in all caps, I want to be as typed in back-end template settings
Than you for anyone helping me!
daigalean Frienddaigalean
- Join date:
- December 2013
- Posts:
- 68
- Downloads:
- 38
- Uploads:
- 6
- Thanks:
- 9
- Thanked:
- 4 times in 1 posts
January 28, 2014 at 2:07 pm #520231<em>@rgblogs 408179 wrote:</em><blockquote>After struggling for more than six months for Joomla template, I am very happy today 🙂
Thank you for this template.
I am not able to do or figure out how to achieve following:
1. Like in demo, Login form in main menu when menu item is hovered.
2. Search feature at extreme right of the menu
3. Logo text is appearing in all caps, I want to be as typed in back-end template settings
Than you for anyone helping me!</blockquote>
So far I can help you with number 3
.jumbotron h1, .jumbotron .h1 {
font-size: 63px; }If you put this in your custom.css Which can be found in templates/purity_iii/css
You can change the font-size: to what ever size you wish.
Example:
.jumbotron h1, .jumbotron .h1 {
font-size: 10px !important;
}daigalean Frienddaigalean
- Join date:
- December 2013
- Posts:
- 68
- Downloads:
- 38
- Uploads:
- 6
- Thanks:
- 9
- Thanked:
- 4 times in 1 posts
January 28, 2014 at 2:11 pm #520234Number 2: The search menu can be found in
Extentions –> Module Manager –> and look for search it will be or should be in the head-search position.
Make sure that the module is published. So there will not be a red x but a green checkmark.D.
1 user says Thank You to daigalean for this useful post
daigalean Frienddaigalean
- Join date:
- December 2013
- Posts:
- 68
- Downloads:
- 38
- Uploads:
- 6
- Thanks:
- 9
- Thanked:
- 4 times in 1 posts
January 28, 2014 at 2:15 pm #520235Number 1:
Extentions –> Module Manager –> and look for login Forum it will be or should be in the sibebar-2 position.
Make sure that the module is published. So there will not be a red x but a green checkmark.rgblogs Friendrgblogs
- Join date:
- July 2010
- Posts:
- 33
- Downloads:
- 7
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 4 times in 1 posts
January 28, 2014 at 3:07 pm #520241<em>@daigalean 408185 wrote:</em><blockquote>Number 1:
Extentions –> Module Manager –> and look for login Forum it will be or should be in the sibebar-2 position.
Make sure that the module is published. So there will not be a red x but a green checkmark.</blockquote>I have figured out this one. It’s in the Mega Menu options in template settings itself.
rgblogs Friendrgblogs
- Join date:
- July 2010
- Posts:
- 33
- Downloads:
- 7
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 4 times in 1 posts
January 28, 2014 at 3:09 pm #520242<em>@daigalean 408181 wrote:</em><blockquote>So far I can help you with number 3
.jumbotron h1, .jumbotron .h1 {
font-size: 63px; }If you put this in your custom.css Which can be found in templates/purity_iii/css
You can change the font-size: to what ever size you wish.
Example:
.jumbotron h1, .jumbotron .h1 {
font-size: 10px !important;
}</blockquote>Size is fine. I want to remove capital letters.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 29, 2014 at 9:40 am #520344<em>@rgblogs 408193 wrote:</em><blockquote>Size is fine. I want to remove capital letters.</blockquote>
If your site is using less files, you apply this way:
Open templates/purity_iii/less/navbar.less file,
Change
> li > a {
color: @navbar-default-link-color;
padding: @t3-global-padding;
text-transform: uppercase;@media screen and (min-width: @grid-float-breakpoint) {
padding: 0;
line-height: @navbar-height;
}To
> li > a {
color: @navbar-default-link-color;
padding: @t3-global-padding;
text-transform: capitalize;@media screen and (min-width: @grid-float-breakpoint) {
padding: 0;
line-height: @navbar-height;
}After applying those changes, please click Compile LESS to CSS button from admin of JA Purity III template. Hope that helps.
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum