Home Forums WoodMart support forum Placeholder

Placeholder

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #501680

    zanutopereiramkt
    Participant

    all 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/f1qA1iI7KJTp

    #501685

    zanutopereiramkt
    Participant

    In 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.

    #501705

    zanutopereiramkt
    Participant

    All good?
    I asked some friends and made this code and it worked. Is that right?
    Thanks

    https://prnt.sc/p8sTrhXeV4hJ

    #501706

    zanutopereiramkt
    Participant

    And 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.

    https://prnt.sc/eoMiH0JT_Fwu

    https://prnt.sc/CBox0hErDSyC

    Thank you very much

    #502087

    Hung Pham
    Keymaster

    Hi 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,

    #502335

    zanutopereiramkt
    Participant

    Everything 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/3AjcSUPsNhYw

    Regarding the texts, I didn’t want there to be any “hover”.

    Thanks a lot for the help.

    • This reply was modified 6 months, 3 weeks ago by Hung Pham.
    #502395

    Hung Pham
    Keymaster

    Hi 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,

    #502490

    zanutopereiramkt
    Participant

    All 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 6 months, 3 weeks ago by Hung Pham.
    #502547

    Hung Pham
    Keymaster

    Hi 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,

    #502593

    zanutopereiramkt
    Participant

    all 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:

    https://prnt.sc/GSAaWxR7VAI0

    https://prnt.sc/5oHOpVPtlsrd

    Another change I would like, also on the cart page, in the product description, when the mouse hovers, it increases the font size, see:

    https://prnt.sc/Izn6eRYCYpHc

    https://prnt.sc/I7RK0k_-8-Wg

    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

    #502714

    Hung Pham
    Keymaster

    Hi 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,

    #502877

    zanutopereiramkt
    Participant

    Thank you very much!!!
    Now I understand what you meant about Elementor.
    I managed to do it.
    Thank you again.
    See you later, hugs!!!

    #502879

    Hung Pham
    Keymaster

    Hi 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,

Viewing 13 posts - 1 through 13 (of 13 total)

The topic ‘Placeholder’ is closed to new replies.