Color changing questions - by irish - on WordPress WooCommerce support

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

  • Avatar: irish
    irish
    Participant
    August 25, 2017 at 10:22

    Hello!

    Website in private content;

    1. See homepage-> how can i change the blue colors in F.A.Q section?
    2. How can i make the fixed header smaller-> logo smaller + fonts smaller?
    3. Header; how can i edit the background color of the search button?
    4. How can i change the background color of the copyright area?
    5. When hovering the Wishlist-icon in header, the background is transparent. How can i make this normal white?
    5.a. And when hovering the Wishlist-> how can i change the background color of the button?

    Thank yoU!

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 25, 2017 at 12:10

    Hello,

    1. You may add this code in Theme Options > Custom css:

    .mpc-accordion__content .mpc-icon {
        background: #E0A2B3;
    }
    .mpc-accordion-item__heading {
        border-bottom: 2px solid #E0A2B3;
    }

    2.

    .fixed-header .header-logo img {
        max-height: 50px;
    }
    .fixed-header.header-color-dark .menu li a {
        font-size: 16px;
    }
    .et-header-full-width .fixed-header .container {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    3.

    .header-search.act-default #searchform .btn {
        background: #E0A2B3;
    }

    4. http://prntscr.com/gcuj66
    5. Please, update theme to the latest version. Don’t forget to do the backup of the files, DB and theme options before the update. Also, don’t forget to update XStore Core plugin.

    Regards

    Avatar: irish
    irish
    Participant
    August 25, 2017 at 13:18

    Hi!

    Sorry but number 1 does not work 🙁

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 25, 2017 at 13:29

    Please add !important; http://prntscr.com/gcw6ui

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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