-
Notifications
You must be signed in to change notification settings - Fork 100
How to override block style inside theme
Nadim Tuhin edited this page Oct 8, 2015
·
6 revisions
Lets override style of blog-1
block
.
├── wp-content/themes/themename
| ├── onepager
| | ├── overrides
| | | ├── blog-1
| | | | ├── block.css
Step 1: create blog-1 folder inside themename/onepagger/overrides
and put block.css
file
Step 2: you can copy the contents of tx-onepager/blocks/blog-1/block.css
and paste in your block.css
file
Step 3: keep whatever you want