Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • prodqsans Friend
    #1077042

    Hallo,

    I want to change the fonts.
    To change the fonts, I have processed the following instructions:
    https://www.joomlart.com/documentation/joomla-faqs/embed-font#replace-google-font
    https://www.joomlart.com/forums/topic/further-help-please-on-google-fonts/
    CSS to LESS issues the following error message:
    "Templates / ja_elicyon / acm / container-slideshow / less / style.less
    .translateY is undefined "
    After that I tried that:
    https://www.joomlart.com/forums/topic/ja-advanced-custom-module-can-not-compiled-less-to-css/
    It still does not work.
    I have no idea …
    Can someone help?
    @ Moderators
    I can also provide a ftp access.
    Thank you and best regards from Berlin
    Sandra

    Saguaros Moderator
    #1077209

    Hi Sandra,

    You can share the credentials: URL, Admin + FTP account and backup your site, I will check and try to compile less to css (Remember to compile).

    prodqsans Friend
    #1077427
    This reply has been marked as private.
    prodqsans Friend
    #1077434
    This reply has been marked as private.
    Saguaros Moderator
    #1077531

    It seems that your site is displaying with new font now.

    For the error: .translateY is undefined when compiling less to css, it seems that bootstrap removed the mixin for translateY(), I’ve added this declaration:

    .translateY(@y) {
      -webkit-transform: translateY(@y);
          -ms-transform: translateY(@y); // IE9 only
           -o-transform: translateY(@y);
              transform: translateY(@y);
    }

    into 2 files:

    /templates/ja_elicyon/acm/gallery/less/style.less
    /templates/ja_elicyon/acm/container-slideshow/less/style.less

    And it’s working now. Kindly check.

    prodqsans Friend
    #1077690
    This reply has been marked as private.
    Saguaros Moderator
    #1077703

    You can try with this css rule:

    .acm-features.style-1 .features-item-inner .btn {
        font-family: "Montserrat", "Montserrat Alternate", Arial, "sans-serif"!important;
    }

    into the file: root/templates/ja_elicyon/css/custom.css (create this file if it doesn’t exist)

    prodqsans Friend
    #1078223
    This reply has been marked as private.
    prodqsans Friend
    #1078259
    This reply has been marked as private.
    Saguaros Moderator
    #1078268

    Try to declare !important for each property you override. For instance:

    padding-top: 25px !important
Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 9 replies, has 2 voices, and was last updated by  Saguaros 6 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum