This topic has 4 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
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!
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
Hi!
Sorry but number 1 does not work 🙁
Please add !important;
http://prntscr.com/gcw6ui
Regards
You must be logged in to reply to this topic.Log in/Sign up