Hello,
I’ve got a few questions:
1. I’ve changed the custom css in order to change the hamburger menu color (per page) and it works on desktop.
However, it doesn’t appear on mobile. Can I add some additional css to make it work on mobile as well?
This is what I did so far:
}
.navi-trigger {
color:#00F;
} /*default color*/
.alt-menu .navi-trigger {
color:#fff;
} /*Alt color*/
2. I’ve added a custom (png) cursor, which is a red circle of 32px. How can I make it work on the entire object?
I tried to add a ‘center’ in custom css, but that doesn’t really work:
{
cursor: url(https://www.calledehoog.nl/wp-content/uploads/2020/08/Mouse-icon-klein-6.png), auto!important;
}
.custom-cur {cursor: url(https://www.calledehoog.nl/wp-content/uploads/2020/08/Mouse-icon-klein-6.png) 16 16;
}
3. How can I make the website work on different browsers? I built it in Chrome, but in Safari things fall off, or work differently.
For example: the text in a portfolio post on the right side isn’t sticky in Safari, the post navigation hangs in the middle of the page, instead of on the bottom.
4. I’ve got a homepage which is a horizontal (landscape) image. Is it possible to customize or add a portrait size image for the mobile version?
Thanks in advance!
Regards,
Lisanne