Post pages do not have a transparent header option. Unfortunately I can’t make this change through the custom css.
This is the header code on the home page:
.transparent .header-bottom {
border: none;
background-color: transparent;
border-bottom: 1px solid rgba (255, 255, 255, 0.3);
}
This is the header code on the post page:
.header-bottom {
position: relative;
}
Hello again
I managed to make the blog page header transparent. However I still haven’t been successful even trying to customize header css codes on post pages.
I await updates. 😉
Hello,
I appreciate it. I keep waiting for updates on this topic.
Thanks.