Home Forums WoodMart support forum Есть ли настройка цвета выводящегося текста в виджетах?

Есть ли настройка цвета выводящегося текста в виджетах?

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #329638

    natadoshojan
    Participant

    I 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.
    #329657

    natadoshojan
    Participant

    Yes, 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.

    #329678

    Hello,

    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

    #329681

    natadoshojan
    Participant

    Да, хорошо, я понял это. Если я правильно понимаю, в текущем списке нет шрифтов для виджетов, и нужно самому нужно прописать пользовательский селектор и назначить класс. Можете ли вы сказать, какой это класс?

    #329710

    Hello,

    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

    #329747

    natadoshojan
    Participant

    No, 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.
    #329760

    Hello,

    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

    #329776

    natadoshojan
    Participant

    Yes, 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:)

    #329853

    Hello,

    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

    #329864

    natadoshojan
    Participant

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

    #329956

    You are welcome!

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Есть ли настройка цвета выводящегося текста в виджетах?’ is closed to new replies.