This topic has 7 replies, 2 voices, and was last updated 3 years ago ago by Rose Tyler
hello i am just checking my site for small things.
We have removed the black color from the page almost everywhere without using a css plugin,which is better….
there still left a bit , if someone has time the week I would be happy
https://www.deinfitnessfreund.de/wp-content/uploads/2021/11/Footer.png
Oliver
Hello,
Theme Options > Footer > Footer styling > change Footer Text Color Scheme
Try to use the next code to change color of search button:
.widget_product_search button {
background-color: #ee1250;
border-color: #ee1250;
}
.widget_product_search button:hover:hover {
background-color: #ee1250b3 !important;
border-color: #ee1250b3 !important;
}
Regards
Hello many thanks for the quci help:)
I still have a problem with the search in the header
the font in the auwahl is not visible. maybe ‘: should be #737373
i can’t customize this myself because i can’t define it in the cutomizer 🙁
thank you very much…
Oliver
Heay Rose, :))
Footer > Footer styling > change Footer Text Color Scheme
Try to use the next code to change color of search button:
yes, it worked….. 🙂
But because my product page is different, it did not work on the product page unfortunately….. There we have adjusted the code in the past, because the page is white. This now makes a problem in the footer. I need there probably a code from you
If you look at the footer on the product page, you know what I mean….. On all the others it is perfect.
But the thing has time…. I have to do so many other things anyway…
if you can do it sometime this week I would be happy or at the beginning of next week.
Hello,
Theme Options > Header builder > Multiple headers > edit header > Main header > change color of the header content.
+
.et_b_header-search [data-search-mode=white] select {
color: #737373;
}
.footer-widget a, .footer-widget p,
.footer .recent-posts-widget .post-date,
footer .textwidget,
.footer-widget .widget-title,
.footer-widget .recent-posts-widget .post-comments:before {
color: white;
}
Regards
Hello Rose, many thanks fpr the quick help…..
Wish you a good day 🙂
lg Oliver
Hello,
You’re welcome!
Regards
Tagged: customization, design, individual, templates, woocommerce, wordpress
The issue related to '‘CSS individual customization’' has been successfully resolved, and the topic is now closed for further responses