Fork me on GitHub

Change textcolor or background in textarea (quick reply)  Bottom

  • Hi, I'm new to Postnuke, but learning quick - but I can't seem to find out how to change (in a theme) the textcolor or background color in the quick reply box - right now, it's black on black! Can anyone point me in the right direction?

    Thanks!!!
  • Input line in style.css

    Code

    input { border: #000000; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; background-color: #CCCCCC}


    --
    Zikula Themes
  • Hmmm. Did n't seem to work. this is what I entered:

    INPUT {
    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px;
    background-color: #ffffff;
    background: #ffffff;
    }


    No change happened. I also changed this in the stylenn as well, no change.
  • You have background and background color set to the same thing.

    and if it is for PNphpBB2 then you will have to find it in the style.css for the theme you are using as well in Modules\PNphpBB2\Templates\PNTheme\Styles

    --
    Zikula Themes
  • 0 users

This list is based on users active over the last 60 minutes.