Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1341219

    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.

    Breadcrumb background not fully colored

    Thank You in advance.

    ~ JP

    #1341292

    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

    #1341356

    Nikko, both options under File compression are disabled and I don’t have any caching plugins installed.

    Thanks
    ~JP

    #1341439

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.