All my pages are black background. All my font is #feffe8. I just made a new page for my Blog Posts. The background is black but the font color is also black and will not change. I have just tried adding the last code .page_content.content etc. but it still does not change the font color on the Blog Posts. How do I get the font color in the Blog Posts (new Blog Page) to change from black to #feffe8? My CSS is this: .content { background: black; } .page_content .content_bar .post .post_content p {color: ##feffe8;} .page_content .content_bar .post .post_meta{color: #feffe8;}
Hello, Please provide us website url as well as the screen shot where you facing the problem. Thanks & Regards Yogesh Bhade
I have edited my text (see attached) within the text option of page editor and I can see the correct changes in preview option. When I view the actual website url (no wp-admin) , the posts within News Blog have not changed text color. They are still dark text. In wp-admin, the preview shows the text within News Blog as light text color. invictuscommercialinvestment.com Also, I would like to have a css code that changes (and works) the text color and indent paragraph (see attached file) automatically. The code that you see in the attachment was found on the forum, however it does not seem to work for me. Thank you.....
Hello, Paste following code in Custom CSS and save all changes. Code: .post-content p { color: #feffe8; } Thanks & Regards Yogesh Bhade
Hello, Paste following code in Custom CSS and save all changes. Code: .content-wrapper .content{ padding:25px; } To change color of heading yo have to use following CSS .post-content h1{ color:desired color; } Before it you have to comment one line custom.js file as shown below in screenshot. That will resolve your issue. Thanks & Regards Yogesh Bhade
The screen shot is too tiny to read. Can you repost so I can see the comment one line custom.js file?