Forum Replies Created
-
AuthorPosts
-
April 27th, 2023 at 19:35 in reply to: mobile menu icon not needed on desktop version of site #1386313cstudioParticipant
Since a number of threads haven’t been responded-to for weeks, I did some digging on my own — this is what I found that might be the solution: Add this to the Custom CSS in the Customizer:
/* Hide element on Desktop */
@media only screen and (min-width: 981px) {
.hamburger {
display: none !important;
}
}I’m checking with the client to see if their Windows viewers can now see the menu on a single line.
February 23rd, 2023 at 17:01 in reply to: changing height (or removing altogether) of hero header area #1370743cstudioParticipantThanks again, @Zed. The fixes you suggest above worked well. Hard to believe it was 1.5 years ago already… 😀
I have another styling question: I cannot find any settings for background (currently transparent) in the Main Menu in the Customizer. And also, the change of font (family and/or color) in that Main Menu via the Customizer is not showing any change when I attempt to bold the font or change fonts altogether. Do you have any input or how-to links to share with me about editing/changing the main menu? Thanks in advance!
June 7th, 2021 at 20:09 in reply to: changing height (or removing altogether) of hero header area #1186843cstudioParticipantZed, thank you for your response. I will look into customizing on a per page header basis then.
FYI, I cannot access anything cryoutcreations.eu from my wifi connection, which is via Comcast/Xfinity. I have to use my mobile device’s hotspot to access your site (and this forum thread). Is there any way you can discern how/why that blockage is occurring for my connection point? I initially was able to setup an account, but nothing more than that — not in any of the 3 browsers I have loaded on this computer. I’m physically located in the Grand Rapids, MI, USA area …. if that helps you pinpoint any further how/why a blacklisting of your site and its contents is occurring?
FWIW.
-Steve -
AuthorPosts