How to customize Podcast and RSS page type design    
This topic is assigned to Admin

--Admin--
Jun 15, 2012 11:23 AM

Please follow these steps for enabling this feature:

1) Create or Convert a Podcast/RSS page type.


2) Insert your URL and save this page.


3) Now you need to edit app style.css file:

Your App Dashboard -> Design Properties -> Edit style.css

4) Add new style classes in style.css

* For Podcast page type you need to add:


      .podcastpage 
{
  bgcolor:#ffffff;
  background-image:url();
  color:#ffffff;
 
}
      .podcastpage a 
{
color:#ffffff;

}


* For RSS page type you need to add:


      .rsspage 
{
background-color:#ffffff;
background-image:url();

}
      .rsspage a
{
color:#ffffff;

}


5) Now you can edit design of these pages as you wish

Podcast links page:























Podcast description page:








    1