Tagged: x
-
AuthorPosts
-
August 24, 2016 at 11:51 am #1144963
jasonixrParticipantI’m looking to universally change the accent line color for my site. I found this prior forum post covering this but the CSS provided doesn’t change anything for me (even though in inspector it certainly appears that CSS is completely correct).
Is there a different way to do this perhaps?
Cheers!
August 24, 2016 at 11:53 am #1144967
jasonixrParticipantThis reply has been marked as private.August 24, 2016 at 2:23 pm #1145240
NicoModeratorHi There,
Thanks for writing in.
Add this in your Customizer > Custom > CSS:
.h-custom-headline.accent span:before, .h-custom-headline.accent span:after{ background-color: #e80000; }Could not be able to verify why the code is not correct or not working because the login details you shared is incorrect. Please check it.
Hope it helps.
Let us know how it goes.
Thanks.
August 24, 2016 at 2:28 pm #1145250
JoaoModeratorHi There,
Please add the following code to Appereance Customizer CUstom CSS
If you would like to affect just the page above mentioned, you can apply the code below insider the Cornerstone of that page, for that you would go to the tab Settings > Custom > CSS
.h-custom-headline.accent span:before, .h-custom-headline.accent span:after { border-top: 1px solid red !important; border-bottom: 1px solid red !important; }Change red for the desired color like #ffffff
Hope that helps
Joao
August 24, 2016 at 10:49 pm #1145988
jasonixrParticipantThat worked, thanks!
August 24, 2016 at 11:14 pm #1146030
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1144963 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
