Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #556770

    Hi-
    I created a one page site with a main menu across the top pointing to anchors on the page. The phone number on top above the header and the main main menu are not visible until you scroll down on the page.
    Also, there is a line above the header that I would like to remove. I have tried changing colors of backgrounds and borders but can’t get rid of the line. Any ideas about that?

    Thank you
    Kristin Aplin
    Autoflow Products, Inc.

    #556781

    Sorry, forgot web address.

    http://03b92ca.netsolhost.com/autoflow/

    #557231

    Login info incorrect. So Sorry! New info below.

    #557239

    Login correction

    #557569

    Hi,

    You can control the header behaviour in the Layout menu to the right on the edit screen of the page.

    Please try the following in Quick CSS under Enfold–>General Styling to remove the line in the header:

    #header_meta {
        border-bottom: 0px solid rgba(255,255,255,0.25);
    }

    Regards,
    Rikard

    #557943

    Rikard-

    I know about the header behavior settings in Dashboard/Enfold Child/Header/Header Behavior. I had it set and working fine but something changed and the main menu and phone number content above the header are not visible when opening the page. They only become visible once I scroll down a bit and remain visible as I desire. But I need my site visitors to see the menu when they first open the page.

    Could this have something to do with using a Child theme? I have been having a hard time updating my theme too. I have another ticket for that problem. See #post-557904 for a description of that issue and what I have done to try to solve that issue.

    I have spent so much time trying to fix these issues that I am afraid I have messed something up. I am a graphic designer with little coding experience (or aptitude apparently) so your clear guidance is much appreciated.

    Thank you
    Kristin Aplin

    #558985

    Hey!

    You have them set as the same color as the background. Add this to your custom CSS to make them display as white so they are visible.

    .phone-info {
        color: white !important;
    }

    Cheers!
    Elliott

    #559474

    Hi-

    Thank you. This fixes the visibility of the phone info but not of the main menu. Main menu is still not visible before scrolling.

    Can you tell me where to fix visibility of main menu?

    Thank you very much for your help.

    Kristin Aplin

    #559638

    Hey!

    It is not visible because you have the menu and background color set to the same color. Please go to Enfold theme options > Header > Transparency options and change transparent menu color.

    Regards,
    Yigit

    #559687

    Yigit

    Thank you so much for telling me exactly how to fix this!

    Kristin

    #559798

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.