B r u t a l
is loading
My name is Michael. Thanks for buying Brutal. I hope you like it, and if you need any help or need to ask a question just fire me an email at hello[at]michaelpalmerwebdesign.com.
If you like Brutal then please head on over to ThemeForest and leave a review.
Brutal comes with 3 main templates, each with a "quite brutal" and a "not so brutal" design.
Brutal can be easily customized, even if you are not familiar with coding. The code is clearly commented with instructions on how to edit the content, add your own images and videos as well as restructuring the layout.
There are a few simple options you can use to give your version of Brutal a unique look without any coding. Read on to see how you can customize Brutal to your liking.
Brutal comes with a built in automatic day / night mode. This detects the location of visitors on your site and sets the mode depending on the time of day. If set to auto, nightmode will be active from 7pm - 7am. Nightmode switches the templates color scheme around, which will make it easier on your visitors eyes. Nightmode sets a black background with white text, day mode will have a white background with black text.
Edit this line on any template you want to change the nightmode setting for: <html class="nightmode-off" lang="en">.
nightmode-off - turn off nightmode completelynightmode-on - nightmode is on 24 / 7nightmode-auto - nightmode will automatically turn on at 7pmEach template has the preloader activated by default. We use this to make sure the page is fully loaded before showing the content.
Edit this line on any template you want to change the preloader setting for: <div class="preloader">.
preloader preloader-off - do not show the preloaderpreloader preloader-lg - large font sizepreloader preloader-xl - extra large font sizeBrutal comes with 6 hand picked brutalist fonts for you to use in your templates.
Edit this line on any template you want to change font style for: <!--<link rel="stylesheet" href="./css/font-styles/font-style-1.css">-->.
Each font style is in it's own css file named font-style-1.css, font-style-2.css and so on.
To enable a font style simply uncomment the desired font file like so: <link rel="stylesheet" href="./css/font-styles/font-style-1.css">.
Titillium Webfont-style-1.cssfont-style-2.cssfont-style-3.cssfont-style-4.cssfont-style-5.cssYou can add product thumbnails, a product description and main product image in the products section. You can show up to 8 product thumbnails and add as many products to the slider as you like.
Add a product thumbnail by editing the image path and adding a product-id. The product-id will link the thumbnail to the products slider: data-product-id="1".
Next you will need to add the main product image, a link to the product and description to the products slider:
<div id="product-1">.<h5>Product Title</h5>.<p>Product Description</p>.<href="/link/to/product" class="product-link">.The pricing section allows you to add 3 different pricing tiers. Add a price and a brief description and then add the details of the pricing plan.
Edit the price and the title inside this block of code: <div class="prices-wrap">.
<h4>$10</h4>.<p>Really very basic</p>.<div class="prices-details">
<h5>The Basic Package</h5>.<p>The basic version, perfect if you're just starting out.</p>.<li>- Single License</li>.<li><del>- Free Support</del></li>To change the YouTube video simply copy and paste the video ID into this line of code: <a class="owl-video" href="https://www.youtube.com/watch?v=VIDEO_ID">. To change the video cover image edit this line of code: <img class="placeholder-image" src="./img/img1.jpg" alt="">.
To add your images into gallery move them into the /img/ folder in the template directory. Then edit the image paths in the HTML file: <img src="./img/my-image.jpg"/>.
Brutal comes with two different popups: a generic popup, easy for you to add your own content into and a contact form popup.
brutal-design-1.html and brutal-design-2.html files.
<div class="modal fade template-modal" tabindex="-1" role="dialog">.
<button> or <a> tag: <a href="#" data-toggle="modal" data-target=".template-modal">
data-target must match the class name of the popup. In this example it is data-target=".template-modal".
<!--Modal--> to <!--end modal--> and give it a new class name, i.e. my-custom-popup.
Now all you need to do to open this popup is add the code to a <button> or <a> tag: <a href="#" data-toggle="modal" data-target=".my-custom-popup">.brutal-coming-soon and brutal-coming-soon-countdown.html files.
<h5 class="modal-title text-center">Contact</h5>.
<span class="sending">We're Sending Your Message</span>.
<label for="contact-name">Your name</label>.
You can add as many team members to the team slider. Add their profile pics, job role, name and email. Edit the details for each team member inside this block of code: <div class="team-member">.
<p><span>Job Role</span></p>.<img src="./img/team-member-1.jpg">.<a class="btl-anchor" href="teammember-email@company.com">Samantha Fox</a>Brutal uses a contact form in each template file. The contact form is fully functional, you just need to add your own details so you get your messages.
In the template directory go to /php/contact.php to add your details.
$email_name = 'Business name';.$email_subject = 'Thanks for getting in touch.';.$email_message = "Hi there!\n\nThanks for contacting us. We'll be in touch real soon!";.$reply_to = 'noreply@company.design';.$notification_email = 'info@company.com';.The subscribe form is used on the coming soon pages to collect email addresses. Names and emails are saved to a text file located in /php/subscribers/subscribers.txt. This makes it a piece of cake to import your list into MailChimp or similar services.
In the template directory go to /php/subscribe.php to add your details.
$email_name = 'Business name';.$email_subject = 'Thanks for subscribing!';.$email_message = "Hi there!\n\nThanks for subscribing. Keep an eye on your inbox, we'll be in touch real soon!";.$reply_to = 'noreply@company.design';.$notification_email = 'info@company.com';.Background images are used in the "not so brutal" templates. Changing the background is a simple as editing one line of code.
<section id="fullscreen" style="background-image:url(/img/gallery6.jpg);">. Make sure you have added your image into the /img/ directory.style="background-image: url(https://source.unsplash.com/1600x900/?architecture);". Simply change architecture to any category you like. You can read more about this here:
Unsplash API./img/ directory and edit this line of code: <section id="fullscreen" class="fs-coming-soon coming-soon-background" style="background-image: url(/img/Your-Image.jpg);">.The countdown timer is used in the coming soon templates. You can set the countdown time by editing the following lines of code:
data-start-time="2018/12/31 12:00:01"data-lng-days="DAYS", data-lng-hours="HOURS".For help setting up the theme, customizing it or any general queries you can email me at hello[at]michaelpalmerwebdesign.com. I aim to respond to all queries within 48 hours. If you have any questions it is always helpful if you can provide as much detail as possible. This will help me help you faster. Let me know what device you are using (Mac, PC, phone, tablet?) and what browser you are using too. If you want extra brownie points then send me a screenshot as well.