This item is by an Elite Author
TrueThemes
- Power Elite Author
- Power Elite Author: Sold between 1 000 000 - 1 999 999 dollars
- Referred between 500 and 999 users
- Bought between 100 and 499 items
- Author was Featured
- Author had a File in an Envato Bundle
- Exclusive Author
- Has been a member for 4-5 years
- Contributed a Tutorial to a Tuts+ Site
- Item was Featured
- Thailand
17,707
Purchases
Buyer Rating:
4.59 stars
4.59 average based on 1999 ratings.
-
5 Star
149474%
-
4 Star
31915%
-
3 Star
1105%
-
2 Star
281%
-
1 Star
482%
| Created | 16 March 11 |
| Last Update | 27 April 13 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4 |
| Compatible With | WooCommerce 2.0.x |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PNG, Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- agency
- beauty
- cars
- church
- fitness
- interior
- medical
- modern
- non-profit
- political
- restaurant
- science
- security
- software
- yoga
© All Rights Reserved TrueThemes -
Contact Envato Support


Hello,
How do we make WooCommerce look like the theme? The add-to-cart button is purple.. thanks!
Sure thing my friend.
The simplest way to modify the WooCommerce button color is via CSS.
- Method 1: modify the WooCommerce stylsheet packaged with Karma. This stylesheet is located within /wp-content/themes/Karma/css/_woocommerce.css
The code for the buttons is located on line 1737 of the above file.
- Method 2: Add customized CSS code to the ‘Custom CSS’ section of Karma’s Site Options Panel: (from within the Wordpress Dashboard click on ‘Appearance > Site Options > Styling and CSS > Custom CSS)
Copy paste the code below and adjust the colors to suit your needs:
a.button:hover, ul.products .add_to_cart_button:hover, a.edit:hover, .woocommerce-page .nav-next a:hover, .woocommerce-page .nav-previous a:hover, a.button.alt, button.button.alt, input.button.alt, #respond input#submit.alt, #content input.button.alt, .actions .checkout-button { border-color: #76456C !important; color:#ffffff !important; background-color: #AD74A2; background-image: -webkit-gradient(linear, left top, left bottom, from(#AD74A2), to(#96588A)); background-image: -webkit-linear-gradient(top, #AD74A2, #96588A); background-image: -moz-linear-gradient(top, #AD74A2, #96588A); background-image: -o-linear-gradient(top, #AD74A2, #96588A); background-image: linear-gradient(to bottom, #AD74A2, #96588A); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#AD74A2', endColorstr='#96588A'); text-shadow:0 -1px 0 rgba(0,0,0,0.6) !important; border-radius:2px 2px 2px 2px !important; }If there’s anything else at all we can do to assist please kindly submit a ticket on our secure HelpDesk so that our dedicated support team can gladly assist you further.
TrueThemes HelpDesk | Training Videos | FAQ | KnowledgeBase
Thanks so much
Cheers
Hi! I have a question I hope you can help me with.
I have added Meta Slider to my home page and it gives me two ways to add it to the page, shortcode and template include.
Shortcode [metaslider id=5164]
Template Include <?php echo do_shortcode(“[metaslider id=5164]”); ?>
Currently we added the shortcode as the very first thing in the content editor. But I would really prefer not to use shortcode here because the person doing the updating will probably accidentally delete it when they make updates!
Can you tell me which PHP file I need to add the template include and where this should be added in that file?
Thanks in advance for your assistance!
Sure thing my friend!
Can you kindly let us know which page template your using for the homepage?
Thanks so much
Cheers
Right Nav…
Excellent.
The Right Nav page template is called: “template_rightnav.php”
Thanks!
Hi. I just upgraded to the most recent version of this theme but it’s not being responsive at all – nothing happens when I scale down browser (unlike the live preview). Is there a setting I need to activate or something? Thanks
Hi There,
Yes the Responsive Design is a new option within the Site Options Panel. (located in ‘Appearance > Site Options > General Settings’)
Please ensure Responsive is active, Save All Changes, and you should be all ready to rock-n-roll.
Cheers
Guys, thanks for your job! I like your themes, they are great!
BUT how can you made such a mess in “Site Options” with checkboxes? Example:
[ ] “Posted by” Information Check this box to disable the “Posted by” information located under each Blog Post Title.
[ ] Post Date and Comments Check this box to disable the Post Date and Comment Count located next to each Blog Post.
[ ] About-the-Author The author’s bio is displayed at the end of each Single Blog post. Un-check this box to disable this functionality.
...
And this all over the site options. It’s a common useability “law” to make all checkboxes action by default either “switch-off”, either “swich-on”. But not both!
Don’t you think it will be better to take only one position on checkbox action and make titles more clear, like:
[ ] Enable “About-the-Author”
or
[ ] Disable Post Date and Comments
Technically yours, Alex Maltsev
Hey Alex,
We’re so glad you’re enjoying our themes.
Yes we totally agree about the checkboxes.
There were certain Options which were added as the theme has grown over the years which needed to be defaulted as either “True” or “False” in order to maintain backward compatibility with older versions of the theme.
As the Wordpress platform continues to grow and offer us new options on the development front, we will absolutely make use of this and update the Options Panel to more seamless checkboxes whenever we are able.
Thanks so much for letting us serve you my friend.
Cheers
Hey theme builders, like the theme! But since I have installed it, my admin becomes slow on some hosts, so on the one it goes well and on another host it runs slow. Anny suggestions, the host does not have a solution for now.
Cheers and keep up the good work
Thanks so much for the kind words my friend _
We’re not experiencing slow admin on our end so we’ll just need to tale a closer look behind the scenes of your website and help to provide solution.
Please kindly submit a ticket on our secure HelpDesk so that our dedicated support team can gladly assist you further.
TrueThemes HelpDesk | Training Videos | FAQ | KnowledgeBase
Thanks so much
Cheers
Thanks for your quick reply, I will do that. Cheers!
Hi there, I need a little more help if you don’t mind! I’ve got quite a few black callout boxes on a specific clients’ site, and they would like a green font colour, to match their logo. Could you please give me the CSS script to change the font colour in the callout boxes without having to do them all individually? I’ve had a play around and haven’t been able to get it to work.
Thanks a lot, Dave
Sure thing Dave,
Here’s a bit of CSS that will enable your client to modify the callout box font color:
.colored_box p { color: #66CC66; }Simply drop the above code into Karma Options Panel under: Appearance > Site Options > Styling and CSS > Custom CSS
(please feel free to adjust the color to the specific requirements)
If there’s anything else at all we can do to assist please kindly submit a ticket on our secure HelpDesk so that our dedicated support team can gladly assist you further.
TrueThemes HelpDesk | Training Videos | FAQ | KnowledgeBase
Thanks so much
Cheers
Thanks for that – this code didn’t work, and the Helpdesk were able to provide me with a code that did work! One other question, any update on the theme upgrade, I’m very keen to be able to play around with the colours a bit more? Thanks again, Dave
Awesome Dave.
Yes our HelpDesk is the best place for support as it gives us more details about your site and enables us to review the site and provide rock-solid solution.
The new update is about 2 weeks away from launch.
Talk to you soon my friend
Cheers
This theme is excellent! We bought two other wordpress themes from other sources and they were impossible to edit, and their customer service was terrible. ThemeForest has provided an excellent template, and even better customer support! Thanks for helping us grow our business!
You’re very welcome my friend!
We’re so glad you’ve had a great experience.
Thank you so much for letting us serve you.
Cheers
This is absolutely the best theme I’ve ever worked with.
I was a little worried about the price for it, but it’s worth EVERY PENNY. It has everything that you need to make a successful website (and doesn’t require much knowledge to do so either!)
PERFECT THEME! +1 & Recommended
Thanks so much for the kind words my friend! We’re so happy you’re enjoying the Karma theme.
You Rock!
Cheers