Template customization "Marketplace categories lists"
-
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.
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.
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.
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.
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.
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.
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?
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.
The topic ‘Template customization "Marketplace categories lists"’ is closed to new replies.