Home › Forums › WoodMart support forum › Placeholder
Placeholder
- This topic has 12 replies, 2 voices, and was last updated 1 year, 7 months ago by
Hung Pham.
-
AuthorPosts
-
October 5, 2023 at 12:38 am #501680
zanutopereiramktParticipantall good? You need help changing the font color (placeholder) of the indicated fields. I tried to find it in the documentation and couldn’t find it. I also went to typography and couldn’t find it.
I’m a beginner, but if you tell me how to do one of the cases, I’ll try to do the rest.
Thank you very much.https://prnt.sc/3AjcSUPsNhYw
https://prnt.sc/VuZ7Q1Fuco_l
https://prnt.sc/PXGHiOLwM4m8
https://prnt.sc/pblB_XaaVHlT
https://prnt.sc/EviWNchpwlD_
https://prnt.sc/ACf1N9TK0woo
https://prnt.sc/f1qA1iI7KJTpOctober 5, 2023 at 12:51 am #501685
zanutopereiramktParticipantIn fact, I wanted all fonts (placeholder and normal) on the site to have the color: #4C290B.
Except for the button fonts, which I wanted in white.
Sorry for the text, I speak with the help of Google Translate.October 5, 2023 at 6:16 am #501705
zanutopereiramktParticipantAll good?
I asked some friends and made this code and it worked. Is that right?
ThanksOctober 5, 2023 at 6:21 am #501706
zanutopereiramktParticipantAnd another thing, I couldn’t get help from anyone. I wanted the texts not to increase in size when hovered over, I wanted that for all product names. Is there a global css for this?
In these two images you can see that the product name “increased” in size, I wanted the product name not to increase when hovered over.Thank you very much
October 6, 2023 at 6:21 am #502087
Hung PhamKeymasterHi zanutopereiramkt,
I appreciate your patience.
1. Form colors
Form colors work well without Custom CSS code added by yourself https://prnt.sc/ZwnXpI2lG3ct
Please try to remove code and check again.
2. You are using Elementor Pro and it caused the issue https://prnt.sc/GO81XBSXsD4X
Please provide me with temporary wp-admin access, then I will take a look typography’s settings.
Regards,
October 6, 2023 at 10:18 pm #502335
zanutopereiramktParticipantEverything is good?
Thanks for answering!
following data:I’m a beginner, that’s why I did it this way. I removed all css codes.
The codes I got from a friend were to transform the colors of the link: https://prnt.sc/XWQ6rCT39idB to look like this: https://prnt.sc/4l5-IidRX9dC, and to fix the “remove coupon” that was above the discount price.
I wanted all the buttons to have a brown background (#4C290B) and white text, and not change anything with the “hover”. And also in the “placeholder” texts were the color #4C290B, because without the CSS it looks like this: https://prnt.sc/VuZ7Q1Fuco_l, https://prnt.sc/PXGHiOLwM4m8,
https://prnt.sc/3AjcSUPsNhYwRegarding the texts, I didn’t want there to be any “hover”.
Thanks a lot for the help.
-
This reply was modified 1 year, 7 months ago by
Hung Pham.
October 7, 2023 at 8:29 am #502395
Hung PhamKeymasterHi zanutopereiramkt,
1. Checkout steps
You can keep this code https://prnt.sc/ufp1iryiLF7Q
2. Placeholder
You can change forms colors in Theme Settings > Styles and colors > Forms https://prnt.sc/29M-mFPJw-FN
3. Coupons
This area looks fine on my end https://prnt.sc/D9SCk6E-M0C9
Admin credentials are incorrect so I can’t see the issue, please check again.
Regards,
October 7, 2023 at 7:43 pm #502490
zanutopereiramktParticipantAll good?
Sorry about the administrator credentials, the error was the translation, I used it as a “test” login. Now I changed the credentials.https://prnt.sc/ufp1iryiLF7Q – I kept this code.
If you can help me so there is no conflict between Woodmart and Elementor Pro, I would appreciate it.
Thank you very much again.
Hugs and see you later!
-
This reply was modified 1 year, 7 months ago by
Hung Pham.
October 8, 2023 at 3:10 pm #502547
Hung PhamKeymasterHi zanutopereiramkt,
You are using Elementor Pro and global typography settings will be used because it has higher priority, you can go here to set default font-size https://prnt.sc/IOtZ8bF7MdW-
Please refer to article for more details https://elementor.com/help/theme-style-global-settings/
Have a great Sunday.
Regards,
October 9, 2023 at 5:35 am #502593
zanutopereiramktParticipantall good? Thank you very much for the answers. I managed to do some things I wanted to do. I just couldn’t change some colors and fonts, I wanted to know if you could help me, please.
On the cart page and checkout page, I wanted to change the color of this font, it is gray, I couldn’t find where to change it in typography or in Elementor:Another change I would like, also on the cart page, in the product description, when the mouse hovers, it increases the font size, see:
I would like the description to stay the same on the final page, see: https://prnt.sc/HmpY9TXm323E
On the checkout page, it remains as the default link. I couldn’t find where to make these changes.
Could you help me, please
Thank you very much and see you later
October 9, 2023 at 2:25 pm #502714
Hung PhamKeymasterHi zanutopereiramkt,
1. Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS.
/* Cart page */ body.woocommerce-cart td.product-price :is(.amount,.wd-price-unit) { font-size: 14px; } body.woocommerce-cart td.product-price>.amount, body.woocommerce-cart .cart-totals-inner table .cart-subtotal .amount { color: #4C290B; font-weight: 600; } /* Checkout page */ body.woocommerce-checkout tr.cart_item .product-total .amount { color: #4C290B; font-weight: 600; }
2. Hover
As I mentioned in the previous replies.
You are using Elementor Pro and global typography settings will be used because it has higher priority, you can go here to set default font-size https://prnt.sc/IOtZ8bF7MdW-
Please refer to article for more details https://elementor.com/help/theme-style-global-settings/
Regards,
October 10, 2023 at 6:19 am #502877
zanutopereiramktParticipantThank you very much!!!
Now I understand what you meant about Elementor.
I managed to do it.
Thank you again.
See you later, hugs!!!October 10, 2023 at 6:28 am #502879
Hung PhamKeymasterHi zanutopereiramkt,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating for our theme and customer and technical support.
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,
-
This reply was modified 1 year, 7 months ago by
-
AuthorPosts
The topic ‘Placeholder’ is closed to new replies.
- You must be logged in to create new topics. Login / Register