Jump to content

Add css to the end of BO?


KenFranklin

Recommended Posts

  • 1 month later...

Hello Guys,

 

im new here and get my first presta project with version 1.7.

 

why i cant ad my own style in the theme.yml?

assets:

   css:
    all:
        - id: assets_id
        path: assets/css/my.css
        priority: 100
        inline: true
        media: all  

i see in the stylesheet.tpl

{foreach $stylesheets.external as $stylesheet}
  <link rel="stylesheet" href="{$stylesheet.uri}" type="text/css" media="{$stylesheet.media}">
{/foreach}

now i think i can add more in the theme.yml

it is possible that i must start compiler or somthing else?

 

alternative i try to add my sass file in "_dev/css/" i hope it was compile to theme.css.

secound question, it is possible to overwrite  "_dev/js/lib bootstrap.min.js with newer versions in past?

 

on the backend i dosent find anythin for compiling styles or somthing.

 

pls help :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...