fonts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #538654

    fcoerezza
    Participant

    Hi 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.
    #538737

    Hello,

    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.

    #538865

    fcoerezza
    Participant

    I 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 …

    #539038

    Hello,

    Can you please share the WP admin login details of your site so I will check and give you a possible solution?

    Best Regards.

    #539200

    fcoerezza
    Participant

    attached

    #539386

    Hello,

    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.

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