Home Forums Square Change colour in the header + change header

  • This topic has 3 replies, 2 voices, and was last updated 7 years ago by Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2750
    AnimalInsight
    Participant

    Hi!

    We would like to change the colour on the header (main title) from white to another colour (preferably black). Is that possible?

    Moreover we are wondering if it’s possible to have another photo (header) on every page or do we need to have the same on every page? We’re a bit confused.

    Thank you very much in advance 🙂

    #2764
    Hash
    Keymaster

    Here is the CSS code to change the main header title color to black

    .sq-main-title{
    color: #000;
    }

    For the header image you can change it from the customizer panel. But there is no option to have different header image for different pages.

    #2814
    AnimalInsight
    Participant

    Thank you very much. Where do I have to add the CSS code? If I do it at “Additional CSS” nothing happens…

    #2851
    Hash
    Keymaster

    You need to add it at the bottom of the Additional CSS field.

    .sq-main-title{
    color: #000 !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.