Tagged: x
-
AuthorPosts
-
August 8, 2016 at 12:38 pm #1122446
dogpileParticipantDear friends,
i’ve already searched the knowledge-base and found some hints how to change the style of a blog-post title. Unfortunately none of them worked using the customizer. I am looking for a way to display the post-title in a way that aligns with the the blog post (both should be on the same position on the left side of the page). Could you help me out with some magic sauce or some css 😉
best regardsAugust 8, 2016 at 12:41 pm #1122456
dogpileParticipantThis reply has been marked as private.August 8, 2016 at 12:54 pm #1122479
RahulModeratorHey There,
To style your post titles, you need to add following CSS.
You can add this under Custom > CSS in the Customizer.
.entry-title { font-size: 150%; text-align: center; }Hope it helps!
August 8, 2016 at 2:33 pm #1122632
dogpileParticipantThis reply has been marked as private.August 8, 2016 at 2:39 pm #1122638
dogpileParticipantAlso the distance between the post-title and the menu-bar is to small.
August 8, 2016 at 8:36 pm #1123031
FriechModeratorHi There,
First, please look for this block on your custom CSS
//Überschrift Blog linksbündig .entry-header { padding-top:40px; }And update to this:
/*Überschrift Blog linksbündig*/ .entry-header { padding-top:40px; }Then add this on your custom CSS.
.single-post .entry-header { margin-left: 5%; margin-top: 5%; }Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1122446 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
