Poll CSS Customization

  • Unknown's avatar

    Hello, i am using the forever theme and i would like to know if there’s a snippet for the following!

    In the widget sidebar there’s a poll with the question being in white text and having a background box in gray and black. Is there a snippet to make the black color background be the same as the gray color so that the question box looks gray completely? Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar
    #secondary #text-18.widget .widget-title {
      background-color:#ddd;
      border: 1px solid #B0B0B0;
      border-bottom:none;
      color:#333;
    }
    
    #PDI_container8265323 .pds-box {
      border-top:none;
    }
  • Unknown's avatar

    @vlogazul, I’m going to mark this thread as resolved since you have moved the poll to the footer widget area and appear to have gotten the colors issues straightened out.

  • The topic ‘Poll CSS Customization’ is closed to new replies.