3cstudio

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: mobile menu icon not needed on desktop version of site #138631
    3cstudio
    Participant

    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.

    in reply to: changing height (or removing altogether) of hero header area #137074
    3cstudio
    Participant

    Thanks 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!

    3cstudio
    Participant

    Zed, 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

Viewing 3 posts - 1 through 3 (of 3 total)