- Posts: 43
- Thank you received: 1
Logo does not show in Chrome browser
-
nimeshin
Active member - Topic Author
- Member
Less
More
3 years 1 month ago #48257
by nimeshin
Logo does not show in Chrome browser was created by nimeshin
Hi
The logo shows up initially when i open the page but when I scroll down the page and up again, the logo does not show. It works fine in Firefox. See attached images. www.vicit.co.za/
Please assist.
The logo shows up initially when i open the page but when I scroll down the page and up again, the logo does not show. It works fine in Firefox. See attached images. www.vicit.co.za/
Please assist.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
3 years 1 month ago #48259
by milos
Replied by milos on topic Logo does not show in Chrome browser
Hello,
Please make a smaller logo image (PNG) and upload it here /templates/sparky_framework/images/logo_small.png or edit file custom.css and delete this part:
Also, you have the same code in template options (under Custom > CSS). You should delete it there as well.
You don't need to use the same CSS code in two places. Please add it either in the custom.css file or in template options > Custom > CSS.
Regards,
Milos
Please make a smaller logo image (PNG) and upload it here /templates/sparky_framework/images/logo_small.png or edit file custom.css and delete this part:
Code:
.logo_row.fix_menu .mp_logo img {
width: auto;
height: 50px;
content: url(../images/logo_small.png);
}
Also, you have the same code in template options (under Custom > CSS). You should delete it there as well.
You don't need to use the same CSS code in two places. Please add it either in the custom.css file or in template options > Custom > CSS.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.163 seconds