Tagged: , ,

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1133448

    I am using a transparent header and on all pages, I have a dark header which shows the white text in the submenus perfectly. However on the News page as well as all posts, because there is no header, the submenu items are not visible because they are both white.

    Is there a way to change the submenu text on the News page as well as posts to an alternate color? Or, is there a way to make the header background on all posts be an image and then put the title in that header background?

    #1133473

    Hey Brian,

    Apologies, I’m not seeing the issue. Can you screenshot it for us?

    Best regards,
    Jordan Shannon

    #1133476

    Submenu
    https://imgur.com/a/jF8ipX2

    • This reply was modified 5 years, 2 months ago by brianstoiber.
    #1133492

    Hi,

    Thank you. Add this to quick css:

    .single .sub-menu a .avia-menu-text{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #1133496

    That doesn’t appear to have done anything.

    #1133499

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1133538

    I have it inserted at the top of the CSS and still not working. Below is the entire CSS field.

    .single .sub-menu a .avia-menu-text{
    color:#fff!important;
    }
    
    #footer .widget {font-size: 13px;}
    #top .av_header_transparency #header_meta {border: none !important;}
    .av_header_transparency .menu-item-top-level .avia-menu-text {color: white !important;}
    #about-events .desc_trig_outter .desc_trig {border: none !important; padding-top: 20px !important;height: auto !important;}
    #about-events .featured {display: none !important;}
    
    .av-subnav-menu a {font-weight: bold;text-transform: uppercase;color: white !important;font-size: 15px !important;}
    
    #top .av-subnav-menu a {
    font-size: 14px; }
    
    #mobile-advanced {
        background: rgba(0, 0, 0, 0.9);
    }
    #mobile-advanced a{
        color: white;
    }
    #mobile-advanced a:hover, #mobile-advanced a:hover .avia-menu-text{
        background: inherit !important;
    }
    #mobile-advanced a:hover .avia-menu-text{
        color: skyBlue;
    }
    
    .header-scrolled .sub-menu a .avia-menu-text {
        color: #ccc;
    }
    #1133543

    Hi,

    This is what I’m seeing:

    https://snipboard.io/rXlSfj.jpg

    Best regards,
    Jordan Shannon

    #1133858

    That corrected it on the single post but not on the news page which is the feed of posts.

    http://windycitycurling.com/news/

    #1133920

    Hi,

    Adjust to the following:

    .blog.rtl_columns,
    .single .sub-menu a .avia-menu-text{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #1134065

    That doesnt seem to work. That prevents it from working on both the single post and the news feed/blog

    #1134088

    Hi,

    Apologies, this should work:

    .blog.rtl_columns .sub-menu .avia-menu-text,
    .single .sub-menu a .avia-menu-text{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #1134097

    Still doesn’t work.

    Would it just be easier if we could ignore the styling and put a header image on on the blog and single templates so the menu is consistant across all pages?

    #1135367

    Hi brianstoiber,

    https://cl.ly/ca61e27e239a Looks fine on my end, which part is not working for you here?

    Best regards,
    Victoria

    #1136153

    The problem is you have to scroll down before you can see it.

    View post on imgur.com

    #1136687

    Hi brianstoiber,

    Best regards,
    Victoria

    #1136698

    Is this a browser issue becuase when I visit /news, without scrolling down, I cannot see the text in white. They are an exremely dark grey. When I scroll down, I can then see them all.

    View post on imgur.com

    #1137171

    Hi brianstoiber,

    Could you please clear the cache, check again and get back to us and try in another browser too, it can be a cache issue.

    Best regards,
    Victoria

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