That’s brilliant, thank you for your help it works š
Hi, thank for your reply. I added the CSS in the CCS code in theme settings but there’s no change.
Thanks
Anna
Yes that’s right, I’m using blog post element.
Thanks for looking into it.
Of course sorry, it’s http://simplyreaders.co.uk/
Just to clarify, this only happens for the first post, then it works fine. I tired a few different posts and it happens to all of them so it’s not post specific, just the first one that’s displayed on the home page.
Hello, I changed the colour of the hamburger using this CSS:
#header-navigation-mobile .c-hamburger span,
#header-navigation-mobile .c-hamburger span::before,
#header-navigation-mobile .c-hamburger span::after {
background-color: #000 !important;}
But I have the same problem as above, when hamburger is selected, the middle line stays visible. I tried editing using yellow pencil but to no success. The suggest CSS doesn’t seem to make any difference:
.c-hamburger–htx.is-active span {
background-color: none!important;
}
Thanks