sensibilitet
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minamaze] Responsive sticky footerWeird, i don’t have that problem with my footer. When I resize the window and then maximize it back it still sticks to the bottom as it should. I’m afraid I dont’t have the solution for you since I’m a complete noob but I sure hope the minimaze creators will fix this problem soon!
Forum: Themes and Templates
In reply to: [Minamaze] [Theme: Minamaze] Slider Link ButtonsDo you mean the forward/backward-buttons on the slider? What colors do you want? And do you have a child-theme?
Forum: Themes and Templates
In reply to: [Minamaze] Responsive sticky footerI found the solution here:
https://mystrd.at/modern-clean-css-sticky-footer/Works perfectly with the minamaze-theme.
Forum: Themes and Templates
In reply to: [Minamaze] Responsive sticky footerPlease, can’t anyone help me?
Forum: Themes and Templates
In reply to: [Minamaze] style individual widgets in the sidebarSorry, didn’t get the whole code (if it’s necessary?)
Anyway, here it is:<div id="sidebar"> <div id="sidebar-core"> <aside class="widget widget_text"> <h3 class="widget-title">Hello</h3> <div class="textwidget">random text 1 </div> </aside> <aside class="widget widget_text"> <h3 class="widget-title">bla bla</h3> <div class="textwidget">random text 2</div> </aside> </div> </div>
Forum: Themes and Templates
In reply to: Child theme style.css is not overriding parentActually, it was activated but soon after you replied there was a message in the details saying that the child was broke (it wasn’t showing that before) and some weird dialog poped up when previewing the page saying “Cheatin’ huh?” What’s that all about?
Forum: Themes and Templates
In reply to: Child theme style.css is not overriding parentOps, didn’t work. https://studioskau.se/
Forum: Themes and Templates
In reply to: Child theme style.css is not overriding parentYes. For example, I’ve tried this:
#secondarymenu a {
display: none;
}.menu-secondary-container {
border-right: 1px solid #ffffff;
}#footer .container.clearfix {
background: linear-gradient(to bottom, rgba(193, 37, 39, 1) 0%, rgba(122, 18, 20, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}(Just to mention some.) None of it works.