Reply To: Quote box issue and social icon

Homepage Community Forums Legacy Theme Support Quote box issue and social icon Reply To: Quote box issue and social icon

#11371
Eric
Customer

    The css is missing. Maybe you’re not using the latest version of the theme. You’ll probably need to add the quote image from the new theme and add it to your images folder….and then add the css that is needed in order to get the same style –

    .quote {
    	background: #fff;
    	border: 1px solid #ddd;
    	color: #888;
    	padding: 20px;
    }
    
    .quote-arrow {
    	background-image: url(images/quote-arrow.png);
    	background-position: center bottom;
    	background-repeat: no-repeat;
    	bottom: 1px;
    	display: block;
    	margin: 0 0 10px;
    	padding: 14px 0 0;
    	position: relative;
    }
    
    .quote-gray {
    	background: #eee;
    	border: 1px solid #ccc;
    	color: #333;
    	padding: 20px;
    }
    
    .quote-arrow-gray {
    	background-image: url(images/quote-arrow-gray.png);
    	background-position: center bottom;
    	background-repeat: no-repeat;
    	bottom: 1px;
    	display: block;
    	margin: 0 0 10px;
    	padding: 14px 0 0;
    	position: relative;
    }
    
    .quote-black {
    	background: #121212;
    	border: 1px solid #353535;
    	color: #fff;
    	padding: 20px;
    }
    
    .quote-arrow-black {
    	background-image: url(images/quote-arrow-black.png);
    	background-position: center bottom;
    	background-repeat: no-repeat;
    	bottom: 1px;
    	display: block;
    	margin: 0 0 10px;
    	padding: 14px 0 0;
    	position: relative;
    }
    
    .quote-black a {
    	color: #aaa;
    }
    
    .quote-black p {
    	color: #fff;
    }
    
    .quote strong {
        color: #333; 
        padding: 10px 0 0;   
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com