Hello there! Welcome to Youjoomla Support Forums

We are Web Development Company specializing in Joomla Templates , Joomla Extensions and WordPress Themes development . You are not able to see some forum threads due to your memberhip level. To unlock all forums and special customer support please take few moments to signup . If you are just searching for free joomla templates , or free joomla extension support simply head to our Free Joomla Support forums and open a new thread. Our moderators will help you as soon as possible. To spead up the response time please take few seconds and go over forum rules

Have fun!

Changing the default name of mini menu to image?

03-31-2014, 02:39 PM
# 1 (permalink)
dingo_d
Hi!

I was wondering, is it possible to change, when I resize window and get the small menu (drop down), the default title of the menu, to the image? A logo perhaps?

I found the piece of code and made edit in inspect how I'd like it to be

Code:

<span class="yjmm_select" id="yjmm_selectid"><img src="images/logo_mini.png" alt="logo mini" width="79" height="24" style="padding-top: 8px;"></span>
it would look like this.

Right now it says 'Home', or 'Početna' in the original language.

I don't know what file I would need to edit for this change to happen.

Are you sure your are posting in product assigned forum?: Yes

What is your CMS version?: Joomla 3.x

MySQL Version: 5.x

PHP version: 5.x

Link to installation: Po

Have you edited any files? If yes tell us which ones.: Yes

Is this personal or client website?: Client
04-01-2014, 05:05 AM
# 2 (permalink)
arefund
Hello dingo_d.

You can make it with the css, add this inside the custom_responsive.css file at the bottom.

@media only screen and (min-width: 240px) and (max-width: 980px) {
#logo{
display:none;
}
.top_menu_poz_navbar,
#mmenu_holder{
width: width of the image bellow !important;
}
span#yjmm_selectid{
background:url( your logo image with the menu icon) no-repeat center center;
text-indent:-999px;
}
}

Thank you.
Kindness costs the least, but is worth the most!
04-01-2014, 11:07 AM
# 3 (permalink)
dingo_d
That did the trick, kinda Thank you
Thread Tools
Display Modes

Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

Members Login

Username
Password