Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #411586

    Hi guys!

    Very nice theme. Second time we are using it for a task. :-)
    We have some problems with the header, which we’ve tried to solve in various ways (also with Quick CSS) without luck.

    We want the main menu to be transparent with white font when entering the page. When scrolling, we want the header to be white with transparency and font-color #222222. We’ve tried everything without luck, on both our PCs. How do we do this?

    We also want to remove the bottom line below and instead use another color when hovering.

    Thanks a bunch!
    Cheers, Asger

    #411594

    Hi again,

    Found a solution except the bottom line. Still working with that. :-)

    Using the following CSS:

    /* Font color – chosen menu */
    .header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: #222222;
    }

    /* Font color */
    .header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
    color: #222222;
    }

    /* Social icons */
    .header_color .meta-color, .header_color .sidebar, .header_color .sidebar a, .header_color .minor-meta, .header_color .minor-meta a, .header_color .text-sep, .header_color blockquote, .header_color .post_nav a, .header_color .comment-text, .header_color .side-container-inner, .header_color .news-time, .header_color .pagination a, .header_color .pagination span, .header_color .tweet-text.avatar_no .tweet-time, #top .header_color .extra-mini-title, .header_color .team-member-job-title, .header_color .team-social a, .header_color #js_sort_items a, .grid-entry-excerpt, .header_color .avia-testimonial-subtitle, .header_color .commentmetadata a, .header_color .social_bookmarks a, .header_color .meta-heading>*, .header_color .slide-meta, .header_color .slide-meta a, .header_color .taglist, .header_color .taglist a, .header_color .phone-info, .header_color .phone-info a, .header_color .av-sort-by-term a, .header_color .av-magazine-time, .header_color .av-magazine .av-magazine-entry-icon, .header_color .av-catalogue-content, .header_color .wp-playlist-item-length {
    color: #222222;
    }

    #411597

    Solved too. :-)

    Now only working on different hover style depending on the menu…

    #411876

    Hi!

    Glad you solved your problems, please get back to us if you have any more questions.

    Cheers!
    Rikard

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