May i have the link to your forum?
May i have the link to your forum?
https://www.teknofenomen.com/forum
There is no easy solution for this.
There isn't an easy way to do that.aknctn wrote: Tue Jun 22, 2021 11:41 am Badhon_raj, Can you help me about this? Is what I want it possible?
Badhon_raj wrote: Wed Jun 23, 2021 8:46 amThere isn't an easy way to do that.aknctn wrote: Tue Jun 22, 2021 11:41 am Badhon_raj, Can you help me about this? Is what I want it possible?
Set the logo here first and reply.aknctn wrote: Wed Jun 23, 2021 11:15 am
If it's not easy, Can we do this, just on mobile? Desktop versiyon will be same, it's like now.
Ok, I did it.Badhon_raj wrote: Wed Jun 23, 2021 11:46 amSet the logo here first and reply.aknctn wrote: Wed Jun 23, 2021 11:15 am
If it's not easy, Can we do this, just on mobile? Desktop versiyon will be same, it's like now.
and then?Badhon_raj wrote: Wed Jun 23, 2021 11:46 amSet the logo here first and reply.aknctn wrote: Wed Jun 23, 2021 11:15 am
If it's not easy, Can we do this, just on mobile? Desktop versiyon will be same, it's like now.
sorry for the late.
Code: Select all
@media screen and (min-width: 600px){
.navbar-header img {
display: none;
}
}
@media screen and (max-width: 600px){
a.custom_logo.logo_mobile{
display: none;
}
}
No problem. It's working thank you very much Badhon_raj.Badhon_raj wrote: Mon Jun 28, 2021 11:06 pmsorry for the late.
Use this in the css box:Code: Select all
@media screen and (min-width: 600px){ .navbar-header img { display: none; } } @media screen and (max-width: 600px){ a.custom_logo.logo_mobile{ display: none; } }
Should be possible.aknctn wrote: Tue Jun 29, 2021 12:43 pm Another question Badhon_raj, please don't mad to me.
... ... ...
Actually second idea better than first.
Can we add link to logo? When use on mobile, logo unclickable for orientation to main page.Badhon_raj wrote: Mon Jun 28, 2021 11:06 pmsorry for the late.
Use this in the css box:Code: Select all
@media screen and (min-width: 600px){ .navbar-header img { display: none; } } @media screen and (max-width: 600px){ a.custom_logo.logo_mobile{ display: none; } }