Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Navigation Color & Social Media Icons #139492

    I disabled the right click feature. I used the following custom CSS:

    .header_color .header_bg {

    background: black;

    color: black;

    }

    .header_color .main_menu ul:first-child > li > a {

    color: white;

    }

    .header_color .main_menu ul:first-child > li a:hover {

    color: white;

    }

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/

    #header_main .container, .main_menu ul:first-child > li a{ height:93px; line-height: 88px; }

    in reply to: Change Header Features #137859

    Thank you!

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