rkazantsev 2 Report post Posted June 22, 2010 Hi I just purchased StationPro and so far its really awesome. I have having a problem or I do not know how to change the button color like About or Home. I am currently using the color Blue which is on the header but I want that same color blue when I hover over or click on of my buttons. Here is my website: www.CinetixCRM.com Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted June 22, 2010 From your theme settings, add this to your Custom CSS: #nav li a:hover{background:#0D5180 url()} Thanks, Bryan Share this post Link to post Share on other sites
rkazantsev 2 Report post Posted June 23, 2010 Hi Bryan Sorry but kinda new after what line should I add that? <style type="text/css"> <?php if (pagelines('linkcolor')):?> #contentcontainer .post-excerpt a, #contentcontainer .post-content a, #contentcontainer .hentry a, #contentcontainer .author-info a,#contentcontainer .tags a, #commentform a, #contentcontainer #sidebar a {color:<?php echo pagelines('linkcolor'); ?>;} <?php endif;?> <?php if(VPRO):?> <?php if(pagelines('hidesearch')):?> #nav ul{ width: auto;} <?php endif;?> <?php if(pagelines('header_height')):?> #header{ height: <?php echo pagelines('header_height');?>px;} <?php endif;?> <?php if (pagelines('headercolor')):?> h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a{color: <?php echo pagelines('headercolor'); ?>;} <?php endif;?> <?php if (pagelines('backgroundcolor')):?> body {background:<?php echo pagelines('backgroundcolor');?>;} <?php endif;?> <?php if (pagelines('metacolor')):?> #contentcontainer .metabar em {background:<?php echo pagelines('metacolor');?>;} <?php endif;?> <?php if (pagelines('metacolortext')):?> #contentcontainer .metabar em {color:<?php echo pagelines('metacolortext');?>; text-shadow:none;} <?php endif;?> <?php if (pagelines('metacolorlink')):?> #contentcontainer .metabar em a{color:<?php echo pagelines('metacolorlink');?>; text-shadow:none;} <?php endif;?> <?php if (pagelines('customcss')):?> <?php echo pagelines('customcss');?> <?php endif;?> <?php endif;?> </style> Share this post Link to post Share on other sites
rkazantsev 2 Report post Posted June 23, 2010 I got it SORRY lol I dropped the code in the Station Pro Custom css code and bam its working But one more thing after the button is clicked or selected the color dark black I would like it to be BLUE so that they can tell what button is selected Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted June 23, 2010 You'll want to recreate this image in blue: http://cinetixcrm.com/wp-content/themes/StationPro/images/nav-black.png and then overwrite the old one via FTP. Thanks, Bryan Share this post Link to post Share on other sites
rkazantsev 2 Report post Posted June 23, 2010 I recreated the nav-black.png in blue and replaced with old on via ftp but no luck. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted June 24, 2010 No, it's still black: http://cinetixcrm.com/wp-content/themes/StationPro/images/nav-black.png Name it exactly the same: nav-black and make sure to save as png and make sure to upload it to: /wp-content/themes/StationPro/images/ and overwrite the old one. Thanks, Bryan Share this post Link to post Share on other sites
rkazantsev 2 Report post Posted June 24, 2010 Sorry I guess it was working but needed to clear history in Safari for it to show up. Again thanks for your help you guys ROCK. Share this post Link to post Share on other sites