peopleu2 0 Report post Posted November 4, 2010 In Platform Pro, how do you add color in the Highlight Section similar to Whitehouse Pro. We like the blue with white font. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted November 4, 2010 Let's get a link to your highlight page. Now did you purchase the graphic files with your theme package? This is how we would have to make these changes. It has to be edited in a graphics editing program. Thanks, Bryan Share this post Link to post Share on other sites
peopleu2 0 Report post Posted November 4, 2010 Thanks for the reply. The link is: www.peoples-party.org Instruct me as to where to purchase graphics files. I desire to use on multiple highlight pages. Share this post Link to post Share on other sites
cmunns 16 Report post Posted November 4, 2010 Just a little bit of CSS will do the trick. ` #highlight .highlight-head { font-size:3em; } ` ` #highlight .content-pad .highlight-area { background:blue; } ` If you want a detailed image like that in WhiteHousePro you would need to apply an image to the background. What graphics are you trying to get? Share this post Link to post Share on other sites
peopleu2 0 Report post Posted November 4, 2010 Again, works fine. I tried changing the color using hex code to the darker blue of Whitehouse Pro, it failed. Share this post Link to post Share on other sites