Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • djtaylor Friend
    #170217

    Every time i clean cash my font changes back to tahoma
    so i go to /t3-assets/css69ec2.css edit the #ja-container{position:relative;z-index:5;font-family:tahoma !important;}
    and replace with verdana (the font i want to use).
    I save the css69ec2.css with my changes

    And the template font is exactly how i want it

    and i also go to the to ja_methys/css/template.css and put

    body {
    color: #333;
    font-family: verdana, Georgia, “Times New Roman”, Times, serif;
    }

    still looks good

    i then go myjoomlasite/administaror > template manager > JA_METHYS – Default

    click profiles go to global click custom css (to make sure it stays as verdana
    type in FONT-FAMILY: Verdana; click save

    click JAT3clean Cache

    and the tahoma font comes back
    i have tried changing it multiple ways and everytime i click JAT3 Clean Cache
    and tahoma font is no where to be found on template.css so how can you stop it?
    i can go to t3-assets/css69ec2.css <or the random css it has save over it then later on it comes back
    when clicking clean cache
    please help this is doing my head in lol

    khoand Friend
    #422556

    css files like css69ec2.css file are generated automatically by cache mode. So when you clean cache, they are removed and renew by other css files. So you shouldn’t modify files like that. To achieve your purpose, you add this code into /templates/ja_methys/css/template.css


    #ja-container {
    font-family: verdana !important;
    }

    djtaylor Friend
    #422560

    i found the right place thanks for your great help once again 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  djtaylor 13 years ago.

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