Hi. I’m new to WordPress and I love this Minimal Dark theme, except I don’t want the + symbol in a child menu of a parent menu. I just want the child menu to display under the parent menu item when I mouse over it. Is there a way to do this?
Thanks.
]]>I have tried to add css code to the customizer;
@media screen and (min-width: 1200px) {.no-sidebar #primary, .no-sidebar {margin-left: 15%; max-width: 1200px;}}
but all the code I put in the customizer is being ignored?
I need the site to be fullwidth, not boxed because of the front (posts) page. I just want the actual content on all the single pages with no sidebar to be limited to 1200px (and centered) on large screens.
It’s probably really simple, but I can’t see the answer right now.
]]>It seems like the dropdown inherits the white color from the rest of the texts so it is not legible until you mouseover the options.
I can’t find what css I need to just color that one black.
tried these to no avail:
.label.screen-reader-text{
color: black;
}
.archive-dropdown{
color: black;
background-color: #E0E0E0;
}
#archive-dropdown{
color: black;
background-color: #E0E0E0;
}
I’m using Minimal Dark theme, but can see nothing to customise the excerpt text, which shows as an ugly white-on-white strip on the page.
I’ve tried overriding the theme with custom css: `#content
.entry-summary {color: #A9A9A9;}`
but this seems to do nothing.
Is there an option to change the excerpt text? The theme clearly needs excerpts to function properly on the homepage, but I can’t see any way to make them more in keeping with the site’s overall design.
(page is just an example, it does it for all posts on the website)
]]>The theme description says this is a responsive theme, but it’s broken. The styling vanishes on phones or resized browser windows, displaying the unstyled HTML. The parent theme Minimal Grid works, so it’s a problem in the child theme.
]]>Hi, I am a amateur with CSS so hopefully I can write this question in a way that makes sense.
Is there a way to keep the header image responsive but with resizing occurring from a fixed point?
I want it so that the top left (or top right) of the image is always visible and doesn’t get hidden when window resizing occurs.
Thank you.
]]>