Add min width to sub-menus & adjust background colors on HTML elements#255
Merged
RachelRVasquez merged 4 commits intostrangerstudios:devfrom Apr 9, 2026
Merged
Conversation
…und colors on html elements for consistency (table row, pre, blockquote, widget background)
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Memberlite theme styling to improve dropdown submenu usability and make various “card/background” surfaces more visually consistent, while bumping the theme version to 7.0.3.
Changes:
- Added a minimum width for desktop dropdown sub-menus in the header navigation.
- Standardized background colors for widgets and several base HTML elements (e.g., blockquote, pre, inline code-ish elements).
- Bumped theme version references to 7.0.3 (style.css, functions.php, readme stable tag).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| style.css | Bumps theme header version to 7.0.3. |
| functions.php | Updates MEMBERLITE_VERSION to 7.0.3 for cache-busting/enqueues. |
| readme.txt | Updates stable tag to 7.0.3 and trims a trailing space in changelog. |
| src/scss/structure/_header.scss | Adds min-width to dropdown sub-menus at tablet+ breakpoints. |
| src/scss/components/_widgets.scss | Adjusts widget background color mixing to use site background variable. |
| src/scss/base/_base.scss | Updates background colors for blockquote/pre/inline code-like elements to match theme surface styling. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ub-menu from getting too short or too long on desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All Submissions:
Changes proposed in this Pull Request:
Also updated the version numbers across the theme to 7.0.3. No changelog yet. Version subject to change.
How to test the changes in this Pull Request:
npm run build:cssOther information:
Changelog entry