Already resolved chanching the link color!
Still would like to know how to change the link color on hover (of the websitetitle; menu/page titles and links)
Thanks!
Hi,
I have a question in addition to the one above. I have set up my site so that every page has is own header image. But there is one page (my blog page) in which I would like to remove the header image. Do you have the css code for this? Is there a code I can use in my custom css? (that woul be great; not using a child theme).
Already tried using this one:
.header-img {
display: none;
}
.home .header-img {
display: block;
}
But this removes them for all other pages except my home page.
Help greatly appreciated!
Thanks!