CSS individual customization - by Oliver Theiß

This topic has 7 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Rose Tyler

  • Avatar: Oliver_Theis
    Oliver Theiß
    Participant
    November 9, 2021 at 11:28

    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

    Please, contact administrator
    for this information.
    6 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2021 at 15:38

    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

    Avatar: Oliver_Theis
    Oliver Theiß
    Participant
    November 9, 2021 at 17:51

    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 🙁

    https://www.deinfitnessfreund.de/wp-content/uploads/2021/11/Unbenannt.png
    thank you very much…
    Oliver

    Avatar: Oliver_Theis
    Oliver Theiß
    Participant
    November 10, 2021 at 10:02

    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.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 11, 2021 at 07:15

    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

    Avatar: Oliver_Theis
    Oliver Theiß
    Participant
    November 11, 2021 at 08:19

    Hello Rose, many thanks fpr the quick help…..

    Wish you a good day 🙂

    lg Oliver

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 11, 2021 at 09:55

    Hello,

    You’re welcome!

    Regards

  • Viewing 7 results - 1 through 7 (of 7 total)

The issue related to '‘CSS individual customization’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.