peopleu2 0 Report post Posted November 3, 2010 In Platform Pro, boxes, is there a way to align center the box title? I see how to link the text in the box but is there an easy way to link the image to another page? Share this post Link to post Share on other sites
cmunns 16 Report post Posted November 3, 2010 For linking images follow this thread http://www.pagelines.com/forum/topic.php?id=3297 As far the title, we would use CSS. can I get a link to your site? Share this post Link to post Share on other sites
peopleu2 0 Report post Posted November 4, 2010 Thanks. www.peoples-party.org Share this post Link to post Share on other sites
peopleu2 0 Report post Posted November 4, 2010 Your reply:If you use this code for your section.boxes.php file then yes. I've created a new option in the code below. I've gone to WP->Appearance->Editor->Edit Themes->PlatformPro->, failed to find a section.boxes.php. Upon your reply, the code you created is for the entire section.boxes.php file...its long. Share this post Link to post Share on other sites
cmunns 16 Report post Posted November 4, 2010 To align the box titles paste this where you are putting your custom css #boxes h3 {text-align:center;} For the other question, you may have to use an FTP client to access that file. Or your hosting provider may have a file editor. Share this post Link to post Share on other sites
peopleu2 0 Report post Posted November 4, 2010 Works fine, thanks. I'll send a message to the host. Take care. Share this post Link to post Share on other sites