-
AuthorPosts
-
etchot Friend
etchot
- Join date:
- November 2012
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 16
- Thanked:
- 5 times in 1 posts
February 1, 2013 at 10:01 am #184579Hi,
In my opinion it is not clear enough that you need to press a button to open the main menu in the mobile version. I would like to add a text next to it (for example: click to open menu). I am providing a screen shot. How can I add the text in the mobile version only?
Thanks.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
February 4, 2013 at 10:02 am #482334Hi etchot,
try this :
Take backup first
1. Open templatesja_merocsstemplate-responsive.css
Then remove codes:
.ja-mainnav .navbar .btn-navbar {
background: #252525
border: 0;
text-indent: -999em;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ja-mainnav .navbar .btn-navbar .icon-bar {
background: #373737
}
.ja-mainnav .navbar .btn-navbar:hover {
background: #1ba1e2
}
.ja-mainnav .navbar .btn-navbar:hover .icon-bar {
background: #fff
}
. Then Save
2. Open templatesja_merotplsblocksmainnav.php.
Then replace:
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>with :
<p class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
Open Menu
</p>
You can see my attached image for example.Regards,
—
Leo
etchot Friendetchot
- Join date:
- November 2012
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 16
- Thanked:
- 5 times in 1 posts
February 5, 2013 at 8:22 pm #482589Hi Leo,
Thank you for your reply. I followed the steps you mentioned in your post. Unfortunately, I did not get the same results as you. I did not mentioned you that I am using my own theme (modified version of light theme) but I also tried to change template-responsive.css in templatesja_merocssthemescustom-theme. Attached is a screen shot.
Regards,
Etchot
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
February 6, 2013 at 3:39 am #482621Hi etchot,
It still works as i mentioned above although I set default style JA_Mero – Light.
Regards,
—
Leoetchot Friendetchot
- Join date:
- November 2012
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 16
- Thanked:
- 5 times in 1 posts
February 7, 2013 at 7:56 am #482769Hi Leo,
Thanks for checking it with the JA_Mero – Light template. I made some changes in my website through the custom.css file. I will review them because I believe that can be the reason why I do not get the right results.
Regards,
Etchotetchot Friendetchot
- Join date:
- November 2012
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 16
- Thanked:
- 5 times in 1 posts
February 7, 2013 at 10:45 pm #482830Hi Leo,
Finally, I did the steps below and it worked. Thank you for your help.
- Open templatesja_merotplsblocksmainnav.php and replace:
- I did not open templatesja_merocsstemplate-responsive.css and remove code.
- Create/open templatesja_merocsscustom.css and add:
[PHP]<button type=”button” class=”btn btn-navbar” data-toggle=”collapse” data-target=”.nav-collapse”>
<span class=”icon-bar”></span>
<span class=”icon-bar”></span>
<span class=”icon-bar”></span>
</button>[/PHP]with:
[PHP]<p class=”btn btn-navbar” data-toggle=”collapse” data-target=”.nav-collapse”>Menu</p>[/PHP]
.ja-mainnav .navbar .btn-navbar {
text-indent: 0;
}Regards,
EtchotAuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by etchot 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum