Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #739802

    I’ve followed the information in this link to create a text area widgit right of the my logo.
    My question is:
    How would I alter the behavior of the text similar to the opaque/transparent logo settings for when I use this header transition?
    I am trying to make the widget contents change colors with the opaque/transparent states of the header.

    • This topic was modified 7 years, 9 months ago by amador918. Reason: Needed a more accurate headline
    #739818

    Hey amador918,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #739858

    Yes here it is:

    #739874

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    /* Before Scroll*/
    #header.av_header_transparency .widget,
    #header.av_header_transparency .widget a {
    	color:#fff;
    }
    
    /* After scroll*/
    #header .widget, 
    #header .widget a {
    	color:gold;
    }
    
    

    Best regards,
    Vinay

    #739879

    Ahh! You’re awesome! This is exactly what I needed. Thank you so much!
    I really want to learn to control all of the elements. There’s so much you can do.

    #739880

    Hi,

    Glad we could help!
    Please take a moment to review our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Glassy Header Widget Control’ is closed to new replies.