Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #121854
    Dr. Sibylle
    Participant

    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!

    #121880
    Pratik
    Keymaster

    Hi @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,
    Pratik

    #121885
    Dr. Sibylle
    Participant

    Dear 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

    #121917
    Pratik
    Keymaster

    Hi @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,
    Pratik

    #121949
    Dr. Sibylle
    Participant

    Yes, 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change colours background & text of breadcrumbs in V4.2’ is closed to new replies.