Home › Forums › Basel support forum › cambiar de color
cambiar de color
- This topic has 3 replies, 2 voices, and was last updated 3 years ago by
Elise Noromit.
-
AuthorPosts
-
November 9, 2022 at 7:42 am #419706

mario2020Participanthola
1.-cómo puedo cambiar a color azul el texto y contorno punteado? (imagen 1)
2-como puedo cambiar a color azul “ORDENAR POR” & “PRECIO” en el filtro de categorìas de producto, sin que afecte el color de los widgets del footer. (imagen 2)
abajo dejo mi sitio web
Attachments:
You must be logged in to view attached files.November 11, 2022 at 5:44 am #420279
Elise NoromitMemberHello,
You can translate/rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.
In order to translate the WooCommerce strings, you need to create a separate translation in Loco > Plugins > WooCommerce in the same way as shown in the video.
Please provide the color you want to change for the border.
Best Regards
November 12, 2022 at 6:31 pm #420615
mario2020ParticipantHola
Me refería a como puedo cambiar de color este texto que adjunto en la imagen y cuadro punteado a color azul? Es el aviso que aparece cuando alguien realiza un pedido exitoso
SaludosAttachments:
You must be logged in to view attached files.November 13, 2022 at 5:58 am #420648
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-thankyou-order-received { border: 2px dashed #7A9C59; color: #7A9C59; }You need to replace
#7A9C59;with your color. If you want to change the border color, you need to replace#7A9C59;inborder: 2px dashed #7A9C59;Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register
