css
Permalink
How can I apply css to the blocks?
I see on the design form (set block styles) there is a css tab where I can input an id but when i hit the save button, it doesn't seem to register. Where should this css exist?
I see on the design form (set block styles) there is a css tab where I can input an id but when i hit the save button, it doesn't seem to register. Where should this css exist?
they appear in the head of the document. They start with #blockStyle, here's an example:
what do you mean the head of the document?
I created a custom theme and in there there are the following:
default.php
main.css
typography.css
view.php
elements/
-header.php
-footer.php
I don't see #blockStyle anywhere
I created a custom theme and in there there are the following:
default.php
main.css
typography.css
view.php
elements/
-header.php
-footer.php
I don't see #blockStyle anywhere
You are on the wrong track. concrete5 is a database based CMS, it doesn't generate static files!
You won't find these files anywhere on the filesystem, they are generated on the fly!
Look at the output of the site (View source in your favourite browser)
You won't find these files anywhere on the filesystem, they are generated on the fly!
Look at the output of the site (View source in your favourite browser)
i figured it out.
The problem was that the jquery was conflicting.
The problem was that the jquery was conflicting.