Askbug Child themes or Custom CSS form

Solved5.03K viewsThemes
0

Hello,

I’ve bought Askbug theme and really love the feature. But, I want to modify some CSS without breaking the core.  Is anyone here made a child theme?. Would you mind sharing with me?.

Thanks

1

Create a new folder called “askbug-child” in wp-content/themes/.

Then create a new file called style.css and add this:

https://gist.github.com/rahularyan/c203d5004a5da82cffee

Also create functions.php and add this:

https://gist.github.com/rahularyan/252a41ed3277b7c9397e

And final step go to appearance->themes and enable Askbug Child

Thanks Rahul