BENON_ can you provide some error in your console?
Custom Header
what are the steps sorry I'm a beginner so I don't really understand ?
BENON_ press f12 and show me if there are error in the browser
Justoverclock like this approx
BENON_ these errors are not related with this extension
wkwkwk I don't know what's clear when I activate home it becomes blank as you can see..
BENON_ can you try disabling extension one by one except custom header? so we can find the culprit
I installed my extension, everything except the fof filter had a problem with the auto merge feature, if the feature was activated, there was a problem when posting a discussion But I will do it to find the culprit.
Hi guys,
Do you know how I could put the letter of the (Header Slogan) in a smaller size?
Code1990 you can do this via css
how to remove the button please ?
kzyweb in your css:
.headerButtons {
display: none;
}
Justoverclock i do that but still showing buton
kzyweb try with !important after none
Justoverclock not working also,
Justoverclock i fix that thank you ! you are a hero
Justoverclock you know how do change the height of the header ?
.StreamsHero-content {
height: 400px;
}
Hi,
I would like to use the space the CustomHeader takes and some Text which should be indexed by search engines, but no background image. Just a color (white) to define. Actually I have put a white image to cover the default background into it.
What kind of CSS would do the trick?
tom_on_wheels you can try with background-image: none !important;