Tagged: x
-
AuthorPosts
-
September 18, 2016 at 5:43 am #1180056
ChristopherModeratorHi there,
Not sure where text decoration should be.
Please add this code :
.single-post .entry-header .entry-title{ text-decoration: underline; }Hope it helps.
September 19, 2016 at 4:29 pm #1182126
blueprintParticipantSorry, that was a missunderstanding.
What I wanted to know is if this code looks good to you, or if there is a more elegant solution. My intetion was to make the title/heading bigger on smaller screen sizes so I used a font size of 130% (I just tried it and it worked).@media(max-width: 770px){ .single-post .entry-header { padding-left: 0; padding-right: 0; font-size: 130%; } }Erlier in this thread Rue Nel said that all the customisations would also apply to my custum post types, but they do not. Can you show me how I can fix that?
Thank you!
September 19, 2016 at 4:47 pm #1182146
blueprintParticipantThis reply has been marked as private.September 19, 2016 at 5:14 pm #1182190
blueprintParticipantI actually just realized, that the customisations of the post title, you helped me make, don’t even apply to new regular posts!
September 19, 2016 at 6:18 pm #1182230
blueprintParticipantMy appologies!! I think I found my mistake in the regular posts:
I did not use the video-post-format and inserted the video in cornerstone instead. That’s why the title showed up above the video content…But the problem with the differen layout for the custom post types still exists!
September 20, 2016 at 12:17 am #1182634
ChristopherModeratorHi there,
Your CSS is correct.
In regards with custom post type, please add following code in Customize -> Custom -> JavaScript :
jQuery(".single-video_beitrag .entry-header").appendTo(".entry-featured");Hope it helps.
September 21, 2016 at 6:23 pm #1185538
blueprintParticipantPerfect!! I really appreciate your excellent support and neverending patience!
I started as a total newbie and I have learned so much and keep on learning! It is great to have this opportunity!!! Thanks a million!September 21, 2016 at 10:34 pm #1185883
JadeModeratorYou’re most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1173894 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
