New Topic

Reply To: Customization (My Website)

Home › Forum › Customization › Customization (My Website) › Reply To: Customization (My Website)

#1078

StartupWP
Keymaster

IE Issues – What version of IE are we discussing?

1. Wrap the comment count code with:

<a href="<?php echo get_permalink(); ?>#respond"> ... </a>

2. Try cursor:default instead.

3. You would use something like:

.unapproved {
  text-decoration: blink;
}

But, besides strongly recommending that you don’t use this style (as it annoys most), it’s been deprecated (out-dated) anyways.

You might do something like the following instead:

.unapproved {
  border: 5px solid #FF0000;
  color: #333333;
  display: block;
  font-family: arial,helvetica,sans-serif;
  font-style: italic;
  font-weight: normal;
  padding: 10px;
}

4. The Universal Slider checkbox is checked?