Hi,
I am having an issue with the breadcrumb bar not being completely colored, as shown in the attached pic below. This happened after an update awhile ago I believe and has just been noticed. As you will see, the red arrows point to the area that is now white and the blue arrow points to the area that is colored. The entire bar should be colored. Can someone assist me in resolving this issue, please.
Thank You in advance.
~ JP
Hey Joe,
Can you go to Enfold > Performance and disable CSS file merging and compression and Javascript file merging and compression?
Also, clear any cache if you have caching plugins.
Best regards,
Nikko
Nikko, both options under File compression are disabled and I don’t have any caching plugins installed.
Thanks
~JP
Hi,
Thanks for the screenshot, you had this css in your child theme stylesheet:
#top .title_container .container {
padding-top: 10px;
padding-bottom: 10px;
min-height: 56px;
background: #F7FCFE;
border-bottom: solid 1px #e1e5eb;
}
it has an extra container, so the correct css is this:
#top .title_container {
padding-top: 10px;
padding-bottom: 10px;
min-height: 56px;
background: #F7FCFE;
border-bottom: solid 1px #e1e5eb;
}
I corrected this for you, please clear your browser cache and check.
Best regards,
Mike