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

    Hey Enfold! Have I mentioned how much I love you?

    I have just a couple of questions:

    1) Change Transparent & Glassy Header (set as sticky) behavior so that it is has:
    – no borders/lines below
    – no animation when you scroll down (menu indicator is fine)
    – 0.9 transparency of header when you scroll down (to match what it is when you’re at the top)

    2) Underlines! In order to be WCAG compliant I need EVERY single hyperlink underlined. Headers, footer links, socket, text boxes, widgets – all of that. I don’t want buttons or icons to underline (all the code I’ve found so far seems to conflict with that part). I know I’ve brought this up before but I just seem to run into this issue consistently.

    Thank you thank you thank you!

    #1108584

    Hey kellyCraftMedia,
    2: I believe this css will help with your underlines:

    #main a,#main .sidebar a,#footer a,#socket a, #main p a {
        text-decoration: underline !important; 
    }
    a.avia-button,a span.avia_iconbox_title,#top .av_font_icon a.av-icon-char {
        text-decoration: none!important;
    }

    1: Please try this css for your header:

    #header.av_header_glassy,#header {
    background-color: rgba(71, 70, 67, 0.9) !important;
    }
    
    .responsive #top .header_bg {
        opacity: 0 !important; 
    }
    
    #top .av_header_glassy.av_header_transparency #header_main {
        border-color: transparent !important; 
    }

    I recommend testing the above css in the WordPress > Customize > Additional CSS field and Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1114760

    Both work great – thank you!

    #1114773

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header transparency + widget icons’ is closed to new replies.