material-for-coders icon indicating copy to clipboard operation
material-for-coders copied to clipboard

Adding Custom CSS

Open svaningelgem opened this issue 7 years ago • 0 comments

Hello,

You touched this topic last year in issue #25, but I wanted to elaborate a bit on it. When -in the WP admin panel- you go to Themes > "Customize", at the bottom there is a tab "Additional CSS". [Added in December 2016 in WP4.7 -- so after the previous issue] This adds a custom css entry at the very last step of the "head" tag [search for wp-custom-css & you'll see it].

For example I wanted to add these entries:

.article-wrapper .article p,
.article-wrapper .article ol {
    margin: 1em 0;
};

(they are 2em by default).

I think this is because of Bootstrap loading the css after the custom-css is applied, but I don't know enough about it to make even an educated guess.

It would however be very nice that we can use some kind of "additional css" feature in this theme.

Thanks a lot!

svaningelgem avatar Jun 13 '17 05:06 svaningelgem