CSS For Background Color In Quote Box?
-
Here is some css added to put a box around my blockquotes:
/*
Theme Name: Themeology 1.3.1
Description: Semantic, SEO Optimised, Custom WordPress Theme for Themeology
Author: Brandon R Jones
Author URI: https://www.makedesignnotwar.com
*//* Themeology */
/* CORE STYLESHEET *//* Stylesheet IMPORT Themeology */
@import url(assets/css/core.css);blockquote {
padding:3px;
color:#575757;
font-style: normal;
padding: 0 50px;
font-size: 1.2em;
border: 1px solid #000000;
background-color: #808080 url(“path/to/blockquote.gif”) no-repeat 0 0;
}
I have tried putting in different backround color numbers, but nothing seems to work. Any suggestions?
- The topic ‘CSS For Background Color In Quote Box?’ is closed to new replies.