-
AuthorPosts
-
April 11, 2017 at 11:40 pm #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.
April 12, 2017 at 1:05 am #776386Hey 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 ShannonApril 12, 2017 at 4:49 am #776422I 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.
April 12, 2017 at 3:14 pm #776689Hi,
That social icon code should work. If possible please provide admin info so I can look into this further.
Best regards,
Jordan ShannonApril 12, 2017 at 9:55 pm #776928Here ya go!
April 12, 2017 at 10:02 pm #776936Hi,
The above credentials are not working for me. Can you check it?
Best regards,
Jordan ShannonApril 12, 2017 at 10:04 pm #776938Whoops try this
April 12, 2017 at 10:27 pm #776949Hi,
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 ShannonApril 12, 2017 at 10:29 pm #776953Not quite. I need the social icons to show in glossy and need the color of the phone number bar changed .
April 12, 2017 at 10:31 pm #776954Hi,
I am not sure what you mean show in glossy. What color should the number be changed to?
Best regards,
Jordan ShannonApril 12, 2017 at 11:13 pm #776977The 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.
April 13, 2017 at 8:03 am #777100Hi,
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 TorvikApril 13, 2017 at 8:14 pm #777498Thank John That seemed to work.
-
AuthorPosts
- You must be logged in to reply to this topic.