no but that is for the bakground of the entire page ..not the "header" one ..
anyways i managed to do it!!! thankssss!
no but that is for the bakground of the entire page ..not the "header" one ..
anyways i managed to do it!!! thankssss!
Glad that you managed to fix it :-)
@loveateverybite
you can do one thing that you go in wp-admin.
click on media >add new> select your image> save.
Edit the upload image of your media library & copy the file url & goes in appearance> editor> style.css & search '.style-maude #masthead' & paste your image url.
.style-maude #masthead {
background-image:url(image.png); // paste the image url
border-bottom: 10px solid #46433a;
}I replaced the Patchwork header with my own picture, now I'd like to get rid of the quilt behind the header and the heavy dark box around header. How can I do that?
Thanks, Diane
RagDolls,
Try querying issues on your own thread.
Hi Diane. You can read about how to remove the quilted header in this very thread. See the suggestions from other users above for how to do this. I always recommend using a child theme for major modifications like this, so your changes will not be overwritten by future theme updates.
As Andrew suggested, please post future questions to a brand new thread. Thanks!
Hi guys! I tried to re-write like this:
'.style-maude #masthead {
background-image: none;
background-color: #63b6b1;
border-bottom: 10px solid #46433a;
}'
And nothing is changing! I'd just like to take off the patchwork theme and put the same background color!
Could you help me?
xoxo
You must log in to post.