Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1356651
    martone234
    Participant

    Hi there, I appreciate this forum and your help very much! I have tried to figure it out on my own, but I just don`t get it to work.

    I`d like to have my Article Headings look excatly the same as my Headings on my Blogs Frontpage / Index / Archive, etc…

    But I just don`t get the H1 within the Article look the same like the H2 on the frontpage.

    http://martingiesler.de
    4.6.4

    Thank you so much!
    Martin

    This is what I did under Custom CSS:

    /* Headings */

    h1, .h1 {
    font-family:”Whitney SSm A”, Fallback, sans-serif;
    font-weight:200;
    font-size: 2.25em;
    line-height: 1em;
    }

    h1, .h1 span,
    h1, .h1 a,
    h1, h1 a:after {
    position:relative;
    left: 10px;
    line-height: 1.6em;
    background:#e74700 ;
    -webkit-box-shadow: -10px 0px 0px #e74700, 10px 0px 0px #e74700;
    box-shadow: -10px 0px 0px #e74700, 10px 0px 0px #e74700;
    box-decoration-break: clone;
    }

    h2 {
    font-family:”Whitney SSm A”, Fallback, sans-serif;
    font-weight:200;
    font-size: 2.25em;
    line-height: 1em;
    }

    h2 span,
    h2 a,
    h2 a:after {
    position:relative;
    left: 1px;
    line-height: 1.3em;
    background:#e74700;
    -webkit-box-shadow: -10px 0px 0px #e74700, 10px 0px 0px #e74700;
    box-shadow: -10px 0px 0px #e74700, 10px 0px 0px #e74700;
    box-decoration-break: clone;
    }

    h2.underline {
    border-bottom:1px solid #8c8c8c;
    padding: 0 0 .2em 0;
    margin: 0 0 .725em 0;
    }

    #1357142
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Try adding !important, like this font-weight:200 !important;. Your CSS isn’t working because it’s overridden by other CSS.

    Thanks!

    #1357690
    martone234
    Participant

    Hi, Thank you for writing back to me! Everything seems to work now except

    position:relative !important;

    What am I missing here?

    Merci, Martin

    #1357746
    Christopher
    Moderator

    Hi there,

    All properties including position work fine, Please provide us with screen shot and let us know what yo want to achieve.

    Thanks.

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