Tagged: phone number
-
AuthorPosts
-
February 12, 2014 at 9:49 am #222630
Hey guys,
When I attempt to delete the top navigation with
#header_meta { display: none!important; }
It also removes the phone number. I already relocated the phone number alongside of the social icons so I’m hoping theres a simple fix to keep the phone number there but see the top navigation get removed as I don’t need it.
Thanks!
- This topic was modified 10 years, 9 months ago by jmikhail.
February 12, 2014 at 2:08 pm #222782Hey jmikhail!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { margin-top: -30px; }
and post the link to your website if that does not work
Best regards,
YigitFebruary 12, 2014 at 5:15 pm #222892Hey Yigit,
I’m currently working on the site via Mamp. I added in that and it didn’t work the phone number just disappeared along with the top navigation grey bar.
This is how my header looks right now: https://www.evernote.com/shard/s77/sh/9c679ed9-c898-4326-92dc-98378895de09/ebeaeceae08f14c70a4072a457952561
Here is my Source Code: https://www.evernote.com/shard/s77/sh/e024fc17-7e59-42a0-b271-5c72cd95da24/f0b19a8ecd14e529d9a9e7485bf0d387
Current quick css:
.phone-info { font-size: 14px; } #footer h3 { color: black !important; } .phone-info { padding-top: 62px; margin-left: -30px; } .sub_menu { right: 12%; } #top .social_bookmarks li { font-size: 19px; } .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: #c3512f!important; } .main_menu ul:first-child > li > a:hover { color: orange!important; } .avia-menu-fx { display: none; } #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child { background: #494949; } .bottom_nav_header.social_header .main_menu ul:first-child>li a { font-size: 16px; font-weight: 700; font-family:'Lato'; } .bottom_nav_header.social_header .main_menu ul:first-child > li a { color: white; } #header_main_alternate .container, .main_menu ul:first-child > li > a { height: 55px !important; line-height: 55px !important; } .bottom_nav_header.social_header .main_menu ul:first-child>li a { border-right-style: none!important; } .bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a { border-left-style: none!important; } body { font-size: 14px; } #top .social_bookmarks li a { color: #c3512f; }
Thanks a lot, this support team is the best.
February 12, 2014 at 8:38 pm #223013Hey!
Please try adding following code
#header_meta .container { margin-top: -30px; }
I have added your custom CSS codes and added this one and it works fine on my installation. Please flush browsers cache after applying the code
Regards,
YigitFebruary 12, 2014 at 8:59 pm #223031That did the trick, only thing I had to do was make sure I didn’t include
#header_meta { display: none!important; }
I did it successfully with:
#header_meta { margin-top: -30px; } #header_meta .container { margin-top: -30px; }
Thanks Yigit, I’d buy you a beer if I could lol.
February 12, 2014 at 9:13 pm #223039 -
AuthorPosts
- You must be logged in to reply to this topic.