Can't change font size and style and costumize close button
-
Hi there,
Great plugin, but few issues.
I’ve installed it here: https://blog.udiburg.com
and configured with the below custom CSS.
However even that I’ve put in the CSS that the title should be 16px and Tahoma it doesn’t appear like this.
Also, I’ve put a code for custom close button and it doesn’t work too.
Any help will be appreciated.Thanks
Udi.
Here’s the CSS code:
/* header */
#upprev_box h5 a {
color:#800000;
font-family:david;
font-size:2em;
}
/* header link: mouse over */
#upprev_box h5 a:hover
{
color: purple;
}
/* header link: visited */
#upprev_box h5 a:visited
{
color: #1589FF;
}
/* container for title, thumbnail and excerpt */
#upprev_box .upprev_excerpt
{
font-size: 14px;
color: #34282C;
font-weight: bold;
font-family: tahoma;
}
/* excerpt */
#upprev_box .upprev_excerpt p
{
line-height: 2em;
}
/* previous post link */
#upprev_box .upprev_excerpt p a
{
text-transform: uppercase;
}
/* previous post link: mouse over */
#upprev_box .upprev_excerpt p a:hover
{
text-decoration: underline;
}
/* previous post link: visited */
#upprev_box .upprev_excerpt p a:visited
{
color: gray;
}
/* thumbnail image */
#upprev_box .upprev_thumb
{
padding: 1px;
border: 2px dotted red;
}
/* close button */
#upprev_close
{
opacity: .7;
image-background: url(https://blog.udiburg.com/wp-content/uploads/2013/06/close-button.gif);
}#upprev_box{ border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
border: 1px solid #666666; background-color:#E5E4E2 !important;}
#upprev_box h6
{
font-size:16px;
color:#000080 !important;
font-family:tahoma;
}
- The topic ‘Can't change font size and style and costumize close button’ is closed to new replies.