diff --git a/CHANGELOG.md b/CHANGELOG.md index f151da0f..63cd48c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- ### Mega menu Link color changes + Resolves #1530. + Forces the color of links in the mega menu to be blue to resolve issues of links not showing up. +--- + - ### Newsletters: allow unpublished to show in Email HTML preview Previously the Email HTML of Newsletters would not display unpublished Articles. Now they will display so site-editors can verify and proof content before mailing. There is a content warning on the Node of any Articles that are unpublished. diff --git a/css/block/ucb-mega-menu.css b/css/block/ucb-mega-menu.css index b543f263..09665820 100644 --- a/css/block/ucb-mega-menu.css +++ b/css/block/ucb-mega-menu.css @@ -77,11 +77,11 @@ flex-wrap: wrap; } -.ucb-main-nav-container .ucb-mega-menu .menu-item .mega-menu-wrapper a{ - color: #0277bd; +.ucb-main-nav-container .ucb-main-menu-mega-menu .menu-item .ucb-mega-menu-column-wrapper a{ + color: #0277bd !important; } -.ucb-main-nav-container .ucb-mega-menu .menu-item .mega-menu-wrapper a:hover{ +.ucb-main-nav-container .ucb-main-menu-mega-menu .menu-item .ucb-mega-menu-column-wrapper a:hover{ color: #B71C1C; }