Customize Post/Excerpt Background color and shape

  • CKW

    #2754

    Is there a way to customize post/excerpt background shape and color on post page?

    Anonymous

    #21782

    Try Josh’s Ultimate TinyMCE plugin – http://wordpress.org/extend/plugins/ultimate-tinymce/

    CKW

    #21783

    Thanks for the prompt response. I will try it now and let you know how it worked for me.

    Anonymous

    #21784

    Thanks for helping advertise the plugin, Prasanna 🙂

    However, I think what he is asking about is the entire color of the post excerpt content area.

    @ CKW,

    You have a few different questions wrapped up in one here.

    1. What do you mean by the post “shape”? Do you mean the rounded edges?

    2. Regarding the color, do you want to change it on an entire post? Or only the post excerpt?

    3. Can you provide a link (and an explanation) to what you would like to change?

    CKW

    #21785

    Josh, you’re correct. I’m looking to eliminate the rounded corner or round all corners, as well as change the background color for all posts, not just some. Site under development: http://www.govstrategicsolutions.net/wordpress2

    BTW – I do like your plugin (Ultimate…) for added options when posting….

    Anonymous

    #21786

    Thank you 🙂 Very much!!

    This is the core css you are looking to adjust:

    .two-columns .post {
    border-top-right-radius: 30px;
    width: 590px;
    }

    This is the css for the post content area when using the two-column template. You can remove the border by changing the radius from 30px; to 0px;. Alternatively, you can add a radius to other areas like this, border-bottom-left-radius: 30px;

    You can also change the background color by adding something like this:

    backround-color:#000000;

    You can change the hex color of the background color to whatever you like.

    CKW

    #21787

    The changes worked (of course). Appreciate the support. I guess I need to at least make a donation, right?

    Again, happy holidays…

Viewing 7 posts - 1 through 7 (of 7 total)

  • You must be logged in to reply to this topic.