Tagged: x
-
AuthorPosts
-
May 20, 2016 at 9:20 am #1001562
Becky ZinglerParticipantHi,
I am trying to change the color of my blog post background including the title of the post. So far I have tried:
.single-post.entry-wrap {
background-color:#fff!important;
box-shadow: 0 0 20px #404A09!important;
}
The current color of the background is coming from a class I added in the html.
Url: http://futurewooddev.johnsontimber.com/Thanks for your help!
May 20, 2016 at 11:57 am #1001806
RahulModeratorHey there,
Thanks for writing in! Can you please link us to the exact page where you’re trying to make this changes?
May 20, 2016 at 12:15 pm #1001828
Becky ZinglerParticipantHere is a link to one of the post pages. There are several that I would like to appear the same way;
http://futurewooddev.johnsontimber.com/michigan/robert-huray/May 20, 2016 at 7:07 pm #1002259
FriechModeratorHi There,
Change the individual blog posts background-color with this custom css
.single-post .site { background-color: blue; }And change the title color with the css code below;
.single-post .site .entry-title { color: red; }Hope it helps, Cheers!
May 23, 2016 at 10:14 am #1005333
Becky ZinglerParticipantThanks for your prompt reply. This is not quite the answer that I am looking for. I would like the title to be inside of the same box that currently houses the photo and text. Is there a way to include the title inside of this same box? I am including a screen shot. I like the way that this currently displays but would like the title inside of that same white boxed area.
Thank you!
May 23, 2016 at 10:59 am #1005437
DarshanaModeratorHi there,
Could you please try adding the following JavaScript code into your Customizer, Custom > JavaScript section.
jQuery(function() { jQuery( ".entry-header" ).insertBefore( ".postid-298 .entry-content.content .textbox p" ); });Hope that helps.
May 23, 2016 at 4:48 pm #1006032
Becky ZinglerParticipantThanks for your help I just ended up moving the title below the picture in the text and hiding the regular title. The javaScript didn’t seem to do the trick.
May 23, 2016 at 10:20 pm #1006497
DarshanaModeratorHi there,
Your title is in white color and your content box background is white. You can add this under Custom > CSS in the Customizer to change the title color.
.post-298 .entry-title { color: #000000; display: block !important; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1001562 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
