Tagged: x
-
AuthorPosts
-
February 3, 2017 at 10:21 pm #1357605
ignitesmParticipantI am trying to change the background color of the breadcrumbs on my website, and I can’t seem to figure out the correct coding to do so.
I checked out the coding in Google Chrome and it looks like I should use
.x-header-landmark {
background-color: #e4e1d0;
}But it doesn’t change anything on the site.
Is there a different code I should be using?
February 3, 2017 at 11:17 pm #1357645
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.x-breadcrumb-wrap { background-color: #d3d3d3; }Thanks.
February 4, 2017 at 7:33 pm #1358264
ignitesmParticipantPrasant – I applied the code you gave me above, and it did not change the color of the breadcrumbs.
February 5, 2017 at 2:28 am #1358426
ChristopherModeratorHi there,
You’ve already changed landmark header background with following code :
.x-header-landmark { padding: 45px 0; border-color: #e4e1d0; background-color: #e4e1d0; }If you add following code, it should change breadcrumbs as well :
.x-breadcrumbs-wrap { background-color: #d3d3d3; }Please don’t forget to clear cache.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1357605 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
