Home › Forums › WoodMart support forum › Есть ли настройка цвета выводящегося текста в виджетах?
Есть ли настройка цвета выводящегося текста в виджетах?
- This topic has 10 replies, 2 voices, and was last updated 3 years ago by Elise Noromit.
-
AuthorPosts
-
November 4, 2021 at 1:37 pm #329638
natadoshojanParticipantI don’t really like the default color of the output text. I want to make the font color of the widgets black. But I can’t find the option I want in the theme settings.
I looked through the ‘Style and Colors’ and ‘Typography’ settings, but I don’t see a suitable one. There is no such item in the ‘Advanced Typography Settings’ either. Does this mean that you need to use CSS for this?
Attachments:
You must be logged in to view attached files.November 4, 2021 at 3:25 pm #329657
natadoshojanParticipantYes, and I’m not talking about the color of the widget headers, there is no problem with that. I’m talking specifically about the text of the link masks.
November 4, 2021 at 6:18 pm #329678
Elise NoromitMemberHello,
You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
November 4, 2021 at 6:53 pm #329681
natadoshojanParticipantДа, хорошо, я понял это. Если я правильно понимаю, в текущем списке нет шрифтов для виджетов, и нужно самому нужно прописать пользовательский селектор и назначить класс. Можете ли вы сказать, какой это класс?
November 4, 2021 at 11:59 pm #329710
Elise NoromitMemberHello,
Please try this selector: https://gyazo.com/fadc2bdf37e839b52ba71c6ffa35bbe1
If it does not work, please give me the page URL, I will give the selector.
Best Regards
November 5, 2021 at 9:09 am #329747
natadoshojanParticipantNo, this is not what I need, unfortunately. I need a selector for the link masks displayed by the widget. I tried your suggested selector earlier, it gave nothing
Attached link below
I am also attaching a screenshot of the section of text that I need.
I tried to find through developer mode, but I don’t have enough knowledge for this yet, unfortunately, I’m just starting to figure it out. I understand that this is one of the classes, but I don’t know how to find it correctly.
Attachments:
You must be logged in to view attached files.November 5, 2021 at 10:13 am #329760
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
footer .widget_archive ul li a, .widget_nav_menu ul li a { color:red; } .footer-column-1 p{ color:orange; }
Please check the manual: https://xtemos.com/docs/woodmart/set-up-footer/ You need to enter the Footer column 1 and replace the color from inline styles as shown on screen:
https://gyazo.com/70fca65eba1810ac7771da7108f3ffa5
Best Regards
November 5, 2021 at 10:59 am #329776
natadoshojanParticipantYes, thank you very much! Everything worked. True, I wanted to change the color of the rest of the text in the first widget, but I did it manually in HTML coding in the HTML widget.
Now I try to study the page through DevTools and understand better how to find these classes through it. Thanks again:)
November 5, 2021 at 8:11 pm #329853
Elise NoromitMemberHello,
Now I try to study the page through DevTools and understand better how to find these classes through it. Thanks again:)
You would better give me the screens I will give you.
Best Regards
November 5, 2021 at 10:08 pm #329864
natadoshojanParticipantNo, I did everything, you really helped me)
I meant I would try to use this for better understanding and learning for the future 🙂
The question can be closed
November 6, 2021 at 4:23 pm #329956
Elise NoromitMemberYou are welcome!
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
Tagged: colors, font, typographic, widget
The topic ‘Есть ли настройка цвета выводящегося текста в виджетах?’ is closed to new replies.
- You must be logged in to create new topics. Login / Register