Home Forums WoodMart support forum Template customization "Marketplace categories lists"

Template customization "Marketplace categories lists"

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #180419

    Evgeny Sviridov
    Participant

    Hello! Tell me please! I want on the main page of my site, the text in each of the blocks should be 16 px in size. In the screenshot, I highlighted in red the block in which the text is 14 px in size, how can I make it 16 px in size, like in the block I highlighted in green?

    Attachments:
    You must be logged in to view attached files.
    #180439

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I saw the screenshot you attached. To change the font-size of the body text Go to Theme Settings >> Typography >> Text font.

    Screenshot for Clarification: https://ibb.co/wydBYS9

    OR

    You can read our detailed documentation for further help if you want to use fonts for a specific area: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards.

    #180460

    Evgeny Sviridov
    Participant

    I changed the font size, as shown in screenshot 2, but the text in the block did not change its size (screenshot 3).

    Attachments:
    You must be logged in to view attached files.
    #180470

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I saw the screenshots you attached. You need to use advanced typography to change the font-size of the text you highlighted.

    From Theme Settings >> Typography >> Advanced typography. Then you need to use a custom selector and target the class according to your requirements.

    Screenshot for Clarification: https://ibb.co/vjKdzT5

    OR

    You can read our detailed documentation for further help if you want to use fonts for a specific area: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards.

    #180698

    Evgeny Sviridov
    Participant

    I used a custom selector and set up the class according to my requirements (screenshot 4). Then I pointed out this class for the first element in the block (screenshots 5.6). This did not solve my problem. Maybe I did something wrong?

    Attachments:
    You must be logged in to view attached files.
    #180705

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I saw the screenshots you attached.

    You were using “.” with the extra class name that was causing the issue in your case.

    Screenshot for Clarification: https://ibb.co/0Ch4MtL

    I have removed the “.” and now the item is taking the class on the front end.

    Screenshot for Clarification: https://ibb.co/yRTKbHQ

    Best Regards.

    #180865

    Evgeny Sviridov
    Participant

    I solved this problem by adding the following code to “Global Custom CSS”:

    .mega-menu-list .sub-sub-menu li a {
    font-size: 16px;
    }

    Is this permissible?

    #180874

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    We are Glad that you resolved the issue by yourself. You are Great!!

    Yes you can keep the CSS as far as this is fulfilling your requirements.

    Topic Closed.
    Best Regards.

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

The topic ‘Template customization "Marketplace categories lists"’ is closed to new replies.