Maximiljen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Editor] Different fonts in sidebar togglesOh, brother…
That sounds more than I’m able to do. Perhaps in a few years I might manage to do it on my own. Might as well pay some bucks to get it done properly :))Anyways, thanks a lot for your answers!
Forum: Themes and Templates
In reply to: [Editor] Different fonts in sidebar togglesHello!
I found a way to change the colour of the fonts in the featured post and the widget toggles – all fonts -, but I didn’t add a child theme, I installed the Simple Custom CSS plugin and added the modified code there. Now I have the same font colour everywhere in the sidebar (I will modify the hover values at some point, though)This code:
}
.dark .widget-area {
color: #BABFC5; }
.dark .widget-area .widget {
border-bottom-color: #BABFC5; }
.dark .widget-area .widget-title {
color: #BABFC5; }
.dark .widget-area a {
color: #BABFC5; }
.dark .widget-area a:hover {
color: #BABFC5; }
.dark .widget-area .featured-post {
border-bottom-color: #BABFC5; }
.dark .widget-area .featured-post a:hover {
color: #BABFC5; }
.dark .widget-area .featured-post h3 a {
color: #BABFC5; }
.dark .widget-area .entry-date:hover {
color: #BABFC5; }I only hope next update won’t mess it up, because it shouldn’t.
Now, I understand the menu policy (although I think a small footer menu might work above the “Powered By WordPress and Theme By Array” section).
But I have another question and I’m not sure I should open another thread: is there a way to change the middle Toggle from Featured Posts to another Widget Toggle? Because I’ve no need for the Featured Posts and I’d like to use that space still… Another widget section would suit me better.The site is https://www.hauntedwords.com , by the way.
Forum: Themes and Templates
In reply to: [Decode] Sidebar width?Hey, Scott, thanks for your answer!
Looking forward for the plugin!
Until I can use that, I managed to reduce te width of the sidebar using the Simple Custom CSS plugin and adding in it the code you wrote above.Thanks a million times!
Forum: Themes and Templates
In reply to: [Decode] Sidebar width?Hello there!
I’ve installed the Decode theme and I’d really like to optimize it a bit for my site, biggest thing so far is the sidebar overlapping the main content on desktop.
I tried to identify the code lines above in the editor, but I couldn’t manage, so, if someone would help me I’d be most grateful.
It wouldn’t be such a big issue, but the site is meant to host short stories, and I need the content to be fully readable at all times..
Thanks in advance!