Tagged: Breadcrumbs
- This topic has 4 replies, 2 voices, and was last updated 7 years, 2 months ago by Dr. Sibylle.
-
AuthorPosts
-
September 8, 2017 at 4:54 pm #121854Dr. SibylleParticipant
Hallo,
We updated Catch Responsive Pro from V2.0 to V4.2 (a new version of the same theme) as a measure of maintenance. Everything works fine except a line we programmed in the “Custom CSS Options” that now is called “Extra CSS”. The line changes the colour of the background & text of the breadcrumbs and was given by Sakin 2 years ago. The line is:
#breadcrumb-list .breadcrumb-current {
background-color: #000;
color: #ddd;
}
In de old version it worked perfect, but in V4.2 it doesn’t function anymore. Can you pleas help? Thank you!September 9, 2017 at 11:13 pm #121880PratikParticipantHi @webmsaterbert,
Themes should be updated regularly. Jumping from major versions (2-4) directly can create problems.
Can you post in your site url? I need to check it and I will provide you modified codes.
Regards,
PratikSeptember 10, 2017 at 6:50 am #121885Dr. SibylleParticipantDear Pratik,
Thank you for the quick response! This is the link to my website is http://photography.wenkenbach.com/welcome/
The question is about the lay-out of the breadcrumb. Is it possible to make the box where the word HOME is placed, black? The same deep black #000000 as the background colour of the website? And the same question for the white beam below the large picture, I would also like to have it deep black.
The idea is to get a whole black background behind the breadcrumb trace.
Thank you!
Kind regards, Webmasterbert
September 10, 2017 at 11:35 pm #121917PratikParticipantHi @webmasterbert,
Try following CSS code:
#breadcrumb-list a, #breadcrumb-list a span, #breadcrumb-list { background-color: #000; }
Let me know if this solves your problem or not.
Regards,
PratikSeptember 11, 2017 at 3:02 am #121949Dr. SibylleParticipantYes, this solved the problem perfect! Thank you for the fast response.
But could it also be considered as a bug in the program? If you change to the “dark colour scheme” in theme, this breadcrumb bar should actually automatically change to black.
Anyway thanks once again!
Kind regards, Webmasterbert
-
AuthorPosts
- The topic ‘Change colours background & text of breadcrumbs in V4.2’ is closed to new replies.