I am working on a project in which I need to have the wordpress theme Spark Child Theme along with functionality of bootstrap header. Is there any way to do this?
Leave a Reply
You must be logged in to post a comment.
I am working on a project in which I need to have the wordpress theme Spark Child Theme along with functionality of bootstrap header. Is there any way to do this?
You must be logged in to post a comment.
If you are using separate files for change css then you need to include the files in you header.php and other things accordingly you can customize
You need to enqueue the bootstrap CSS and JS file in function.php file.
Also if you need to change the CSS from the separate file so you need to enqueue the CSS file as well.
you can enqueue the file using below code:
Style.css is the custom/default stylesheet for WordPress.
To use a header, wrap your heading in a
<div>
with a class of.page-header
as shown below:WordPress Acool theme may be suitable for your project. You can preview this theme at https://www.coothemes.com/