Celestia CSS Issue - Question | JoomShaper

Celestia CSS Issue

SG

Steven Gourlay

Template 2 weeks ago

Hi i have tried this both in the template css options and also custom css and i get the same problem the colours do not change.

sp-header {

background-color: #726c62; } }

sp-top-bar {

background-color: #3c362b; !important;} }

I get the Top Bar showing the same colour as the SP-Header, i have cleard cache, used a different browser and incognito and same thing, when i inspect the code in firefox i see the colour reference to the header

I have also tried similar with the offcanvas menu background and same problem

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 weeks ago #155791

Hi

Thanks for contacting us. Use this CSS in your custom.css file

#sp-top-bar{
  background-color: #3c362b !important;
}
#sp-header {
    background: ##726c62 !important;
}

-Regards.

0
SG
Steven Gourlay
Accepted Answer
1 week ago #155823

Thank you, one further question, when i set the height of header in mobile it does not seem to update, im using two different phones to check and there is no cache enabled?

And i have a strange one where when i click on gallery page its adding an overlay colour ontop of logo which i have no idea why?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #155857

Could you please create a new forum post about this new questions?

0