Tagged: x
-
AuthorPosts
-
January 18, 2017 at 9:19 am #1335140
EyoaelParticipantHi guys,
I’m trying to remove the black circle surrounding the feature headline icon. I’ve looked around in the forum and found the following html:
<span style= “color: transparent”</span> and the following css:.h-feature-headline span i {
background-color: transparent;
}i.x-icon-quote-left:before {
color: #000;
}I get the feeling that my html is wrong, can you help me with this?
Thanks
January 18, 2017 at 9:39 am #1335174
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.h-feature-headline span i { background: none; color: red; }Hope it helps
Joao
January 18, 2017 at 9:59 am #1335207
EyoaelParticipantHi joao
Thanks it worked.
January 18, 2017 at 10:02 am #1335212
EyoaelParticipantHi again,
How can i make it so that the icon sits above the feature headline?
Thanks
January 18, 2017 at 10:31 am #1335240
ThaiModeratorHi There,
Please add the following CSS:
.h-feature-headline span { padding: 0; } .h-feature-headline span i { display: block; margin: 0 auto; position: relative; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1335140 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
