Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #776370

    Ahoy,

    How do I change the phone number background color and font area when the header is glossy? I need all elements to be color including the phone number, social icons, etc. I want the colors to change once it scrolls down to what they are now when you scroll down.

    #776386

    Hey mcraig77,

    Add the following to quick css:

    #top .av_header_transparency #header_meta {
        color: red!important;
    }
    
    #top .av_header_transparency #header_meta .container ul.noLightbox.social_bookmarks.icon_count_2 {
        color: red!important;
    }

    Of course change the color to what you need.

    Best regards,
    Jordan Shannon

    #776422

    I ran into a couple of issues.

    1. The social icons color wont change with that code. I need them to be #969696
    2. How do I change the glossy bar color of the phone number area only to #F8F8F8?

    • This reply was modified 7 years, 7 months ago by mcraig77.
    #776689

    Hi,

    That social icon code should work. If possible please provide admin info so I can look into this further.

    Best regards,
    Jordan Shannon

    #776928

    Here ya go!

    #776936

    Hi,

    The above credentials are not working for me. Can you check it?

    Best regards,
    Jordan Shannon

    #776938

    Whoops try this

    #776949

    Hi,

    I just looked at the site again, at it seems to be working as you intended. If not, please screenshot what you need fixed.

    Best regards,
    Jordan Shannon

    #776953

    Not quite. I need the social icons to show in glossy and need the color of the phone number bar changed .

    #776954

    Hi,

    I am not sure what you mean show in glossy. What color should the number be changed to?

    Best regards,
    Jordan Shannon

    #776977

    The menu is setup to show glossy at first than when you scroll down it becomes a solid color. Right now you cannot see the social icons in the bar when it is glossy. I want the background phone number and social icon bar to be a dark gray.

    #777100

    Hi,

    To change these colors, just add the following custom CSS code at the Quick CSS field.

    #header_meta {
    background: #222 !important;
    }
    
    .social_bookmarks a {
    color: #eaeaea !important;
    }
    

    Best regards,
    John Torvik

    #777498

    Thank John That seemed to work.

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