Hi team, the Pluton theme is one of the best I have ever come across. I’m working on building a website, however, I don’t need Skills/Team section ( but I do need the about section). How am I suppose to remove that from the page? If am not entering anything, it just shows a blank white spot which does not go with the look of the website. Please advise.
Hello, I’m glad you like this theme and thanks for your support.
For your question, please open “template-home.php” file in the theme folder. Search for “About us section start” and go to this section. First delete the following codes.
*****************************************
<div class=”row-fluid team”>
<?php if ( ta_option( ‘about_us_slides’ ) != ”) : ?>
<!– Loop slide –>
……
<!– End loop slide –>
<?php endif; ?>
</div>
*****************************************
Then delete the following codes.
*****************************************
<h3 class=”skill-title”><?php if ( ta_option( ‘skill_title’ ) != ”) : echo ta_option( ‘skill_title’ ); ?><?php endif; ?></h3>
*****************************************
*****************************************
<div class=”span6″>
<ul class=”skills”>
<?php if ( ta_option( ‘skill_slides’ ) != ”) : ?>
<!– Loop slide –>
……
<!– End loop slide –>
<?php endif; ?>
</ul>
</div>
*****************************************
The last, change “span6” to “span12” like below.
*****************************************
<div class=”span12″>
<div class=”highlighted-box center”>
<h1><?php if ( ta_option( ‘textarea_title’ ) != ”) : echo ta_option( ‘textarea_title’ ); ?><?php endif; ?></h1>
<p><?php if ( ta_option( ‘atextarea_tagline’ ) != ”) : echo ta_option( ‘atextarea_tagline’ ); ?><?php endif; ?></p>
</div>
</div>
*****************************************
Thanks!
Thank you so much so speedy turnaround! 🙂 You guys are the best! 🙂
Just one more question, am unable to change the background color from the CSS file. I tried all possible ways, can you let me know which file should I edit to change the background color(Yellow), Also, the font color(Yellow).
Thank you one again!
Hello, which section do you want to change the background? Or do you want to change the background for whole page? Thanks!
For the complete section. Instead of Yellow, I want it to be blue(to match my brand).
Thanks!
Hello, you can insert the code “#section-id { background: blue; }” via Theme Panel – Custom CSS to change the section background, e.g. #service { background: blue; }. Thanks!
Awesome! 🙂 Â
Thanks a lot!  I’ll make changes as per the guidelines. In addition, I’ll be on lookout for more themes from you guys! You rock!!! 😀