Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • rgblogs Friend
    #194196

    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!

    daigalean Friend
    #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 Friend
    #520234

    Number 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.

    daigalean Friend
    #520235

    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.

    rgblogs Friend
    #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 Friend
    #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 Moderator
    #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.

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  Ninja Lead 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum