Support » Fixing WordPress » How do I make the post box transparent?

Viewing 9 replies - 1 through 9 (of 9 total)
  • You have this in your CSS:

    .ui-widget-content {
        background: url("images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
    ...
    }

    Removing that background will make it transparent.

    Thread Starter sbtdotco

    (@sbtdotco)

    Thanks for your help, I’m new to this. Where in my theme dashboard would I find that code in order to remove that? I checked under the “Page Template”, “Home.php”, “Front.php” and under the “Stylesheet” sections without finding it.

    Thanks again!

    Thread Starter sbtdotco

    (@sbtdotco)

    Thank you both so much for your help! I can see in that link, discojing, exactly where the background starting with .ui-widget-content is, but I am having a hard time finding where I can actually edit that using the Theme Editor. When I look at the stylesheet in the theme editor, the coding looks different than it does in the link that discojing gave.

    Help! (and Thank you all again!)

    Thread Starter sbtdotco

    (@sbtdotco)

    Help please, I can see where the code is in the link that Discojing provided but I cannot find it using the editor function in any of the code in order to remove it. I am using wordpress version 3.0.1. I have worked with CSS and HTML a bit before but I am very new to wordpress and would really appreciate any help.

    Thank you!

    Download the CSS file via FTP, edit and re-upload.

    Thread Starter sbtdotco

    (@sbtdotco)

    I’m sorry, Rich, I appreciate your help but I feel really ignorant here. I have no clue how to download anything via FTP or where I should then upload it to in order for it to appear on the site.

    Then you have 3 choices:

    1 – try and find it via the file manager with cpanel or similar for your site.

    2 – go and learn how to use FTP

    3 – pay someone to do it for you

    or you can override with the MYCSS plugin

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How do I make the post box transparent?’ is closed to new replies.