- Posts: 198
- Thank you received: 0
Change logo on non-Home pages on mobile devices
-
Danimeeka
Active member - Topic Author
- Member
Less
More
9 years 5 months ago #45524
by Danimeeka
Change logo on non-Home pages on mobile devices was created by Danimeeka
Hi,
This is probably answered somewhere else so sorry if I'm repeating a topic. I have changed the logo for my website but notice that it doesn't show on mobile devices such as the iPad. The Bokeh logo displays. Oddly, my own logo displays when I use a mobile device simulator on my laptop, but not when I use an actual mobile device.
On the iPad, my own logo displays nicely on the Home page. Just not on the other pages.
The website is www.phillipsagribusiness.com.au . You will need login details to access it, so if you would like to have a look just let me know.
Kind regards,
Julia.
This is probably answered somewhere else so sorry if I'm repeating a topic. I have changed the logo for my website but notice that it doesn't show on mobile devices such as the iPad. The Bokeh logo displays. Oddly, my own logo displays when I use a mobile device simulator on my laptop, but not when I use an actual mobile device.
On the iPad, my own logo displays nicely on the Home page. Just not on the other pages.
The website is www.phillipsagribusiness.com.au . You will need login details to access it, so if you would like to have a look just let me know.
Kind regards,
Julia.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 5 months ago #45526
by ivan.milic
Replied by ivan.milic on topic Change logo on non-Home pages on mobile devices
Hello,
we are always here for any question so feel free to ask. About your last question, can you give us login details so we can take a look to your site?
You can also do that with "Report to moderator" which is shown in right bottom corner of every reply.
Thanks
we are always here for any question so feel free to ask. About your last question, can you give us login details so we can take a look to your site?
You can also do that with "Report to moderator" which is shown in right bottom corner of every reply.
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 5 months ago #45527
by ivan.milic
Replied by ivan.milic on topic Change logo on non-Home pages on mobile devices
Hello, please try this first:
Go to style4.css and find this line
.sparky_inner .sparky_logo_image img {
content: url(../images/logo4_2.png);
}
comment it's contents to be like this:
.sparky_inner .sparky_logo_image img {
/* content: url(../images/logo4_2.png);*/
}
it's located under template_folder\styles
Go to style4.css and find this line
.sparky_inner .sparky_logo_image img {
content: url(../images/logo4_2.png);
}
comment it's contents to be like this:
.sparky_inner .sparky_logo_image img {
/* content: url(../images/logo4_2.png);*/
}
it's located under template_folder\styles
The following user(s) said Thank You: Danimeeka
Please Log in to join the conversation.
-
Danimeeka
Active member - Topic Author
- Member
Less
More
- Posts: 198
- Thank you received: 0
9 years 5 months ago #45535
by Danimeeka
Replied by Danimeeka on topic Change logo on non-Home pages on mobile devices
Hi Ivan,
You were close enough for me to work out the suggestion. Teamwork! So while your suggestion didn't work, this edit on the bit of code just below it did the trick:
.toprow.fix_menu .mp_logo img {
/* content: url(../images/logo_small4.png);*/
}
I've finally worked out how to put a nice green tick next to my topics. Learning all the time!
Thanks again,
Julia.
You were close enough for me to work out the suggestion. Teamwork! So while your suggestion didn't work, this edit on the bit of code just below it did the trick:
.toprow.fix_menu .mp_logo img {
/* content: url(../images/logo_small4.png);*/
}
I've finally worked out how to put a nice green tick next to my topics. Learning all the time!
Thanks again,
Julia.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 5 months ago #45538
by ivan.milic
Replied by ivan.milic on topic Change logo on non-Home pages on mobile devices
That's great, and always acceptable also
Best Regards
Best Regards
Please Log in to join the conversation.
Time to create page: 0.161 seconds