Home › Forums › WoodMart support forum › fonts
fonts
- This topic has 5 replies, 2 voices, and was last updated 10 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
February 10, 2024 at 12:40 pm #538654
fcoerezzaParticipantHi support, I defined a rule for a font setting, but the result is not what I wanted (es, no uppercase). What am I doing wrong? See images attached …
Besides, I’d like to know if it’s possible to set a specific font family and size for all the toggle titles in the whole site. How can I do?
regards
- This topic was modified 10 months ago by fcoerezza.
Attachments:
You must be logged in to view attached files.February 10, 2024 at 4:50 pm #538737
Aizaz Imtiaz AwanKeymasterHello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li:hover>a, .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li.wd-opened>a { font-family: monospace; color: blue; font-size: 20px; }
Best Regards.
February 11, 2024 at 7:06 pm #538865
fcoerezzaParticipantI added this script:
.wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li:hover>a, .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li.wd-opened>a {
font-family: “Lilita One”;
font-size: 14px;
}but nevertheless the font family has not changed …
February 12, 2024 at 2:19 pm #539038
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the WP admin login details of your site so I will check and give you a possible solution?
Best Regards.
February 12, 2024 at 6:12 pm #539200
fcoerezzaParticipantattached
February 13, 2024 at 10:44 am #539386
Aizaz Imtiaz AwanKeymasterHello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wd-dropdown-menu.wd-design-aside.wd-style-default .wd-sub-menu-wrapp>.wd-sub-menu>li:hover>a, .wd-dropdown-menu.wd-design-aside.wd-style-default .wd-sub-menu-wrapp>.wd-sub-menu>li.wd-opened>a { color: red; } .wd-dropdown-menu.wd-design-aside.wd-style-default .wd-sub-menu-wrapp>.wd-sub-menu>li>a { font-family: monospace; color: blue; font-size: 20px; }
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register