khero 0 Report post Posted October 10, 2011 Hi, Seems like featured posts (fpost) have exactly the same classes as the post page (article), so if i change the appearance of FPOST, say the background and border with CSS, i also have the article/post page with the same look. Can anyone give me a hint on how to solve? Doesn't the article have a unique class? or do i have to go in the php page and change the class name? (in that case, what's the page for the article/post?) Thanks! Khero Share this post Link to post Share on other sites
Kate 3 Report post Posted October 10, 2011 You could style the single page using the already existing ".single" class. So, you would use something like: [code].single .fpost[...][/code] Share this post Link to post Share on other sites
khero 0 Report post Posted October 10, 2011 AWESOME! Missed that ".single" class don't know how! thanks ;) Share this post Link to post Share on other sites