Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1180056
    Christopher
    Moderator

    Hi there,

    Not sure where text decoration should be.

    Please add this code :

    .single-post .entry-header .entry-title{
        text-decoration: underline;
    }

    Hope it helps.

    #1182126
    blueprint
    Participant

    Sorry, 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!

    #1182146
    blueprint
    Participant
    This reply has been marked as private.
    #1182190
    blueprint
    Participant

    I actually just realized, that the customisations of the post title, you helped me make, don’t even apply to new regular posts!

    #1182230
    blueprint
    Participant

    My 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!

    #1182634
    Christopher
    Moderator

    Hi 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.

    #1185538
    blueprint
    Participant

    Perfect!! 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!

    #1185883
    Jade
    Moderator

    You’re most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1173894 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>