Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Mr.Cat Moderator
    #1064762

    @mypoolitzer

    You can add your custom css to

    /plugins/jamegafilter/**content**/assets/css/style.css

    or

    /templates/**your-template**/css/jamegafilter.css

    Wisdom is not a product of schooling but of the lifelong attempt to acquire it.

    mypoolitzer Friend
    #1064856

    OK. Thank you. In this case i would like to use only my own css (mobile first designed and using Flexbox). Where can i completely disable the jamegafilter-css? Where can i switch off following style from the head-section: <link href="/…/components/com_jamegafilter/assets/css/style.css" rel="stylesheet" type="text/css" />

    • This reply was modified 7 years, 1 month ago by  mypoolitzer.
    • This reply was modified 7 years, 1 month ago by  mypoolitzer.
    Mr.Cat Moderator
    #1064881

    @mypoolitzer

    You can remove default css by open file

    /components/com_jamegafilter/views/default/view.html.php

    and remove this line

    $doc->addStyleSheet(JURI::root(true) . '/components/com_jamegafilter/assets/css/style.css');

    Or just replace content of file style.css if you want.

    Regards

    Wisdom is not a product of schooling but of the lifelong attempt to acquire it.

    mypoolitzer Friend
    #1064906

    Thank you very match for the Quck Answer! 🙂

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

This topic contains 4 replies, has 2 voices, and was last updated by  mypoolitzer 7 years, 1 month ago.

The topic ‘CSS for Mobile First’ is closed to new replies.