Tagged: x
-
AuthorPosts
-
February 3, 2017 at 6:25 am #1356651
martone234ParticipantHi 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.4Thank you so much!
MartinThis 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;
}February 3, 2017 at 2:01 pm #1357142
RadModeratorHi 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!
February 4, 2017 at 1:00 am #1357690
martone234ParticipantHi, Thank you for writing back to me! Everything seems to work now except
position:relative !important;
What am I missing here?
Merci, Martin
February 4, 2017 at 3:01 am #1357746
ChristopherModeratorHi there,
All properties including position work fine, Please provide us with screen shot and let us know what yo want to achieve.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1356651 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
