Jay Caruso
asked 10 years ago

Hello, 
First, let me say I am so impressed with the theme. It’s a bargain for the price and the widget customization is great. 
1. I want to change single post content color from 666666 to 000000 – I’m having trouble locating the correct reference to make in theCustom wp_head() code: box in the customization area. 
2. Blockquotes are not breaking up paragraphs when they’re clearly separate in the WordPress editor. Is there some CSS I can add to be sure the paragraphs are broken up?
And where is the source style sheet located? I’d like to be able to hard code some of these changes rather than relying on that little window to make custom CSS changes. 
Thanks!
Jay

1 Answers
DominicStaff
answered 10 years ago

Hello Jay ! 
1. To change the color content in the single post of the DW Focus, you can add the following  code to the Custom wp_head() code:
<style>
.single-post .entry-content > p {
    color: #000000;
}
</style>

2. Regarding the Blockquotes issue, please  send me your site for further checking.
3. If you want to change the color in the DW Focus theme, you can open the template.css file in the folder path “wp-content\themes\dw-focus\assets\css”.
Hope this helps !

Jay Caruso
replied 10 years ago

Dominic,

Thanks for that. If you go to this post here:

http://www.pocketfullofliberty.com/democrats-must-take-back-the-word-freedom/

If you look at the blockquote area, you can see the paragraphs are not separated. However, it looks fine in the WordPress editor.

Thanks again!

JC

Dominic Staff
replied 10 years ago

Hi Jay !
You can add the following code to the Header Code:

Hope this helps !

Powered by DW Question & Answer Pro