• Resolved mattman100

    (@mattman100)


    Hello,

    I have a little experience with CSS but I need some help, please. I am using a plugin called radio station to allow our members to post about their individual shows. I am using the theme Theorn-Lite and the plugin is formatted for 2011.
    https://kcr.sdsu.edu/show/kcr-sports-hour/
    I am looking to put a white background behind this this the other pages on the site.

    [That’s too much code to post here – please use a pastebin see:
    https://codex.www.ads-software.com/Forum_Welcome#Posting_Code%5D

    The person who wrote this plugin said this is the file to change to do this but no instructions.
    Any help is more than appreciated.

    Thank you,

    Matt

    The blog I need help with is kcr.sdsu.edu.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mattman100

    (@mattman100)

    The right way is to get your theme’s single markup and apply to (integrate with) the custom post type “show” created by this plugin.

    But for what it currently is now, this CSS seems to work.

    .single-show #content {
    	padding: 20px 5%;
    	width: 90%;
    	background: #fff;
    	border-radius: 8px;
    	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1)
    }
    html body.custom-background {
    	background-repeat: repeat-y;
    	background-color: #a10101;
    }

    Just put it in Appearance > Edit CSS because you have Jetpack already installed.

    Thread Starter mattman100

    (@mattman100)

    Paul,

    You the man!

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Put a white background on posts in radio station plugin’ is closed to new replies.