Logo Not Displaying - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Logo Not Displaying

NO

Nicole Otto

Template 1 week ago

I have a website that the logo is no longer displaying. I am using Startup Biz template and have checked and made sure it was updated. I'm not finding any error either.

I do have some custom CSS on the site and it may affecting it but even after removing the .css it doesn't show the logo.

//.sp-megamenu-parent > li > a {font-size:16px;}

sp-header .sp-megamenu-parent > li > a { color: #FFFFFF;}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {color: #F6EE3B!important;}

sp-header .sp-megamenu-parent>li:hover>a {

color: #943C95;

} .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {padding:10px;} .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {padding: 4px 7px; }

sp-header, #sp-header .logo {height: 150px; }

offcanvas-toggler {height: 120px; line-height: 120px;}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {line-height: 120px;} .sp-megamenu-parent .sp-dropdown li.sp-menu-item {line-height: 30px;}

@media (max-width: 1024px){ .sp-page-builder .page-content #section-id-1629079084623{ padding-top: 36% !important; } }

offcanvas-toggler > i { color: #F6EE3B !important; font-size: 32px; }

@media screen and (max-width: 740px) {

sp-header .col-4 {width: 33.33%; flex: 0 0 auto;}

sp-header .col-2 {width: 16.66%; flex: 0 0 auto;}

sp-header .col-6 {width: 50%; flex: 0 0 auto;}

sp-header .row {

display: flex; flex-wrap: wrap; margin-top: calc(-1 var(--bs-gutter-y)); margin-right: calc(-.5 var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x));} } // This website is being moved to a new server but it is doing it on both servers so I know it isn't PHP or server based issues.

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #209756

Hi Nicole.

Problem was from your custom.css (!) those lines

@media screen and (min-width: 790px) {
  .sp-default-logo.hidden-xs {
    display: none !important;
    visibility: hidden;
  }

Fixed. Use the same custom.css on 2nd site.


BTW

Consider using Helix Ultimate template, otherwise you may not be able to use Joomla 6 etc.

0
NO
Nicole Otto
Accepted Answer
1 week ago #209757

Thank you so much, I was wondering if there was something in that code.

0