• Resolved supertrooper2

    (@supertrooper2)


    By installing the following code in the additional css section I have been able to change the background color of the specific desk-top menu item “Donate”.

    However when I click on the “Donate” button the background color does not display on that page (see Link to the page Ineed help with).

    .menu-item-2060421 a {
    background: #33cead;
    color:#fff !important;
    padding:0px 10px 0px 10px !important;
    border-radius: 8px;
    }
    .menu-item-2060421 a:hover {
    background: #000;
    color:#1E73BE !important;
    opacity: 1 !important;
    }

    Please advise how I can get the background color to display on the “Donate” button.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @supertrooper2

    I hope you are doing well today.

    I visted your site and multiple pages, incuding “Donate” page and that menu item look the same everyehere. Can you check in other browser or clear your primary browser cache + clear your site cache and see if that helps? It really sounds like a cache issue on your side.

    Kind Regards,
    Kris

    Thread Starter supertrooper2

    (@supertrooper2)

    Hi Kris

    Yes, it was a caching problem. After clearing the Cloudflare cache the problem disappeared.

    Thanks for your great support.

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