On Sale - Peach MyBB Theme - 10$ For limited time Check here
On Sale - Focus Responsive Theme - 20$ For limited time Check here
theme name in mobile view - Orange
#1
[*]Your browser  Firefox - latest

[*]Device (Complete name like Apple iPhone X, Samsung Galaxy S8 etc) : Ubuntu 20.04

[*]Where you are getting the issue : On PC 20.04, Firefox

[*]How to reproduce the issue : Resize the browser or view through mobile

[*]    

[*][Image: attachment.php?aid=84]

[*]I see this theme name in the menu bar when it switches to mobile view. Please tell me how to get rid of it

[*]I am not sure whether I can ask more than one question in a single thread. Hence multiple threads.Thank.
#2
You can edit this in header template, refer this thread for this
https://wallbb.co.uk/forums/showthread.php?tid=17
#3
Thanks. I tried this code as instructed in the header template

Code:
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

It works for header logo in desktop mode. But in small screen mode, I can still see the theme name as text. Please see below

[Image: c7FFrqS.png]

It would have been fine if that is board name, but sadly this one is theme name.
#4
You would find code for that in the same template.
Code:
<label for="drop" class="toggle"><i class="fas fa-bars float_right" aria-hidden="true"></i> Orange <img height="24px" width="24px" src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></label>

Change it to
Code:
<label for="drop" class="toggle"><i class="fas fa-bars float_right" aria-hidden="true"></i> </label>
#5
I think it got into a mess when I tried it. Got it fixed by changing the text into a relevant one. Smile

Thanks.
#6
Smile
/Closed




Users browsing this thread: 2 Guest(s)