Tagged: x
-
AuthorPosts
-
July 11, 2016 at 7:08 pm #1082304
fullframenwParticipantHi! Issues with header accent thickness, and random strikethrough
Photo 1: My header accent is striking through my header. How to get it to work properly?
Photo 2: All but one header accents (see photo 3) are becoming very thick, not like the subtle standard width (I think it’s .1px) How to get the accent set back to standard and not thick like this?
photo 3: the only section with a header and accent header that is how it’s supposed to look by default, and how I want the rest of the header accents to look.
Photo 4: Same unwanted thickness
Photo 5: It’s even happening on my quotation area. Weird thickness.
I can’t seem to find some underlying code I haven’t deleted so I have no idea why this is happening
July 11, 2016 at 7:09 pm #1082309
fullframenwParticipantand photo 5
July 11, 2016 at 7:09 pm #1082311
fullframenwParticipantThis reply has been marked as private.July 11, 2016 at 7:10 pm #1082312
fullframenwParticipantThey also appear to be colored gray??
July 12, 2016 at 2:58 am #1082745
ChristopherModeratorHi there,
#1 Please remove span tag from custom headline element.
#2 to #5 Please add following code in Customize -> Custom -> CSS :
.h-custom-headline.accent span:before, .h-custom-headline.accent span:after { height: 1px; background-color: red; }Hope that helps.
July 12, 2016 at 11:25 am #1083339
fullframenwParticipantThankyou, that really helped for the first part! For #2-#5, is there any way to get the header accent to be like the default header (As seen in #3?) I was hoping for a faint header, much more thin.
July 12, 2016 at 5:34 pm #1083864
Nabeel AModeratorHi again,
You can try replacing the previous code with this one:
.h-custom-headline.accent span:before, .h-custom-headline.accent span:after { background-color: rgba(211, 220, 225, 0.5) !important; }Let us know how this goes!
July 12, 2016 at 6:13 pm #1083894
fullframenwParticipant.
July 12, 2016 at 6:18 pm #1083897
fullframenwParticipantUnfortunately this code did not work. I am unable to change the pixel size of the accent header as well as the color.
July 13, 2016 at 2:53 am #1084423
ChristopherModeratorHi there,
I’ve already provided you with the answer in my previous replay.
Please add this code :.h-custom-headline.accent span:before, .h-custom-headline.accent span:after { height: 1px; background-color: red; }It changes accent color and height globally. In one of your section (capture 3) you used gray background and that’s why the accent seems more faint.
Hope it helps.
July 13, 2016 at 12:12 pm #1085242
fullframenwParticipantDid the X Theme change it’s header accents? They used to be less than one pixel in size, and more stylized, more faint. Pointed even.
July 13, 2016 at 9:45 pm #1086107
RadModeratorHi there,
Nope, it’s not, it still at 1px with faint color. Could it be from your custom CSS? This is the CSS responsible for that
.h-custom-headline.accent span:before, .h-custom-headline.accent span:after { content: ""; position: absolute; top: 50%; height: 1px; width: 9999px; display: block; margin-top: -1px; background-color: #dfdfdf; background-color: rgba(0,0,0,0.075); }Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1082304 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
