This topic has 6 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
** Product page issues **
See this image: https://ibb.co/fzF54c
1- How can we make this online the first letter capitalised?
2- We want to have this Social Icon out of the share list
3- The font is not the one we want, how can we change this
** Newsletter Footer (Home) **
I want the exact same style as the one on your demo shop: https://www.8theme.com/demo/xstore/electronics/.
See ours: https://ibb.co/iGtpxx. The button has to be after the input field and the button has to be orange and on hover white.
Hope you can help me out with these last points:)!!
Hello,
1. Please add this code in Theme Options > Styling > Custom css:
.product-information .yith-wcwl-add-to-wishlist a:not(.alt) {
text-transform: none;
}
2. Theme Options > General > Share buttons
3. You can use custom css code, for example,
.single-product .add_to_cart_button {
font-family: 'Montserrat' !important;
color: red;
}
4. Please provide temporary wp-admin access in Private Content.
Regards
Hi thanks for the reply and help!
About the last point regarding the newsletter, see private content.
Hello,
You’re welcome!
Please check now http://prntscr.com/ixfxy8 and read more here – https://www.8theme.com/documentation/xstore/plugins/mail-chimp-form-custom-styles/
This color http://prntscr.com/ixfye2 you can change in Custom css – http://prntscr.com/ixfyls
Regards
Hi thanks, it worked, one last question, the hover button for the newsletter, i cannot fix this. Hope you have the right css code for me:).
You’re welcome!
Please edit this Custom css code in Theme Options http://prntscr.com/iycxsl
.mc4wp-form .et-mailchimp input[type="submit"]:hover
Regards
You must be logged in to reply to this topic.Log in/Sign up