joslammers
Forum Replies Created
-
I certainly will! Thanks for your support.
Jos
Hi Toukir,
I already deleted the plug-in, sorry. I can describe what happend though: when re-installed, the colorscheme sapphire worked fine PC. When loaded on a mobile phone, the header (being a large picture as you can see on https://www.westvest-weeshuisplaats.nl) turned black.
It’s all in the free version, so I appreciate things not to be perfect. No worries, the website can do without ??
In the meantime I re-installed WP Dark Mode. That helped, except now the large headerpicture is all black on small screens… I tend to give up on offering a dark mode version. Sorry!
Forum: Themes and Templates
In reply to: [Sydney] Color of links after hover over gone with Sydney updateAdding !important solved the problem for now. Is there a better code to use for the appearance of the homepage when different from the rest of the site?
I’ll create a new topic for this one…
In the bodytext of my homepage I also cannot adapt the color of links after hovering over anymore.. this is what I use there
.home .content-wrapper a:hover {
color: #47425d;
}This also stopped working after the last update of Sydney…
- This reply was modified 1 year, 2 months ago by joslammers.
I added .widget-area to ‘secondary’ and that seems to do the trick.
Any better suggestions?
Forum: Themes and Templates
In reply to: [Sydney] changing background image in homepageHi Domesday,
In your dashboard, you go to appearance / customizer. In customizer you choose hero-area and then headermedia. There you’ll see the option to change the header picture. The picture you choose should be 1920 x 916 px.
THis is the way it worked for me!
Good luck.
Jos
Thanks for all the info!
Thanks for all the info!
Thanks!
I was actually looking for a solution in the free version. But understand fully that in that case the options are limited!
Thanks!
My search was how to do this in the free version.
I guess both ways work!
Sorry, the plug in is still active but only for the back end. Reason: in the meantime I constructed my own solution with a light mode for the homepage and a self made dark mode for pages and posts. This way I have more control over the colors.
I just finished reorganising the site and letting you know was coming up..
Anyway: if you have a solution for keepinh the backgroundcolor out of dark mode, nice to know!
Forum: Themes and Templates
In reply to: [Sydney] Text color in visual editorAh, found a plug in to solve this!
I did some more research in the meantime and found out this code:
.wp-dark-mode-active .content-wrapper a:hover {
color: #CCCCCC;
}Paste it in the general CSS and you can change the hover color of links in dark mode.