Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nosrati Friend
    #137273

    Hello,

    there is a possibility that I can install the lightbox-function in one of my article?
    And I don’t want that the menu-names are capitalized, can someone tell me how I can make this?

    Anonymous Moderator
    #287201

    Hi,

    I would like to anwser your questions as follows:

    1. There is a possibility that I can install the lightbox-function in one of my article?
    => You can go to the website: http://extensions.joomla.org to find some plugins of the lightbox for articles.
    2. And I don’t want that the menu-names are capitalized, can someone tell me how I can make this?
    => Open file templates/ja_olivine/ja_menus/ja_splitmenu/ja.splitmenu.css, at about line 32, find following script:

    #ja-splitmenu a {
    color:#333333;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    }

    and change to:

    #ja-splitmenu a {
    color:#333333;
    font-weight:bold;
    text-decoration:none;
    /*text-transform:uppercase;*/
    }

    nosrati Friend
    #287361

    Thank you very much, it works wonderfully :-*

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

This topic contains 3 replies, has 2 voices, and was last updated by  nosrati 15 years, 10 months ago.

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