Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #99546
    chinseng93
    Participant

    Good day.

    I having this issue where a slider (site origin hero) will block the menu.

    Is there any way to prevent this from happening? I would like the menu bar to stay on top.

    Attached is the link for the page.

    Thank you. Have a nice day.

    Problem page

    #99596
    Mahesh
    Keymaster

    @chinseng93: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .main-navigation {
        z-index: 100;
    }

    Regards,
    Mahesh

    #99772
    chinseng93
    Participant

    It works. Thanks a lot Mahesh!

    May I also ask is it possible to change the color of texts at the footer from orange to some other color? How could I do that?

    Thanks in advance.

    #99811
    Mahesh
    Keymaster

    chinseng93: Add the following CSS in your Custom CSS box:

    .footer-content a {
    	color: #00ff00;
    }

    Note: Change the color as you desire.

    Regards,
    Mahesh

    #100163
    chinseng93
    Participant

    Thanks Mahesh! You are the man! 😀

    #100245
    Mahesh
    Keymaster

    @chinseng93: Thank you for your appreciation. Have a nice day!

    Regarsd,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu overlapped by site origin hero’ is closed to new replies.