Home › Forums › ART WordPress Theme › Menu in Alternative color is not solid
- This topic has 7 replies, 2 voices, and was last updated 4 years, 8 months ago by
Sweetkitty.
-
AuthorPosts
-
September 19, 2021 at 4:28 pm #25716
If you go to this page and do Explore the cards > Minor Arcana
the submenu that breaks out is totally transparent and gets lost.
How do I make it solid black?
Is there a way to make it break out to the right and not the left?September 20, 2021 at 2:16 am #25718Hi there,
Welcome to SeaTheme forum.To add a solid BG color, please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
.navi-show-h.page-id-1325 .navi-header .sub-menu { background-color: #000; }It will only affect the “minors” page with page-id-1325. It you want to add a solid BG color for all pages, please add custom CSS:
.navi-show-h .navi-header .sub-menu { background-color: #000; }If the submenu shows at the right side, part of submenu will be masked: https://www.dropbox.com/s/73s3ipuspd309jz/QQ20210920-100922.jpg?dl=0
September 20, 2021 at 1:39 pm #25719Thanks,
I would like all pages to have menus with solid backgrounds.
Is there is a CSS for all alternative color pages to have solid backgrounds?
The white background pages are already solid, all the pages that are black (the alternative color) have the totally transparent background.
September 21, 2021 at 9:48 am #25726welcome!
The custom CSS will add BG color for the sub-menu on all alternative color pages:
.alt-menu.navi-show-h .navi-header .sub-menu { background-color: #000; }ps: if it doesn’t work, please don’t remove the custom CSS. It will help us find the problem
September 21, 2021 at 1:17 pm #25728Thank you! This seems to work perfectly on all the alternate color pages.
September 21, 2021 at 4:55 pm #25733I have one other alternative color question:
http://www.outsidertarot.com/majors/
Toward the bottom of the page, I have a mailing list sign up for using the Mail Chimp plug-in.
The button itself is lost because it’s black.
I also think the button it way too big, too much padding on the top and bottom.
Is there any way to make the button smaller and white on the alternative color pages?September 22, 2021 at 12:44 am #25741Hi, welcome!
Please add the custom CSS:
.alt-menu { --color-button-text: #ADADAD; } .mc4wp-form input[type="submit"] { height: 40px; } .mc4wp-form input[type="email"] { line-height: 35px; }I didn’t find the padding issue, please paste a screenshot to mark it, thanks!
September 22, 2021 at 8:28 pm #25745Works perfectly. Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.
