Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #455354

    Hello, my site is golfcoursefertilizer.mariaconsuelo.com. I would like to place a large phone number in green text in the same header as the logo but on the right. The extra element area for Tel” is too small.

    I added some PHP to add a header widget but it placed my phone number below my menu. Need it at the same level as my logo. thanks

    #455714

    Hey TAYLORTOWN01!

    I couldn’t see a header widget on the page you linked, did you remove it? We need to inspect the element in order to give you custom CSS for the placing of it.

    Cheers!
    Rikard

    #456328

    Hi there, I put the header widget back in. I would like the tel# to be about 24px and the color is #009900. Also click to call on mobile devices. thank you very much.

    #456482

    Hey!

    Please add this to the content of the widget and select to not show the widget title:

    <a href="tel:+18665592527"><h3 style="font-size: 24px !important; color: #009900 !important;">(866) 559-2527</h3></a>
    

    Best regards,
    Rikard

    • This reply was modified 9 years, 5 months ago by Rikard.
    #456678

    Looks good, how do I get the phone number above the nav menu on the same level as logo

    #456702

    Hey!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #456707
    #456713

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #header .widget {
      top: -125px;
      left: 80%;
      margin-bottom: -95px;
    }

    Best regards,
    Yigit

    #456725

    Thanks so much. One last request.
    Is it possible of the last menu item on the nav bar to have a different color ( like dark green) I’m talking about the “get a free sample” button

    #456730

    Hey!

    Please add following code to Quick CSS as well

    li#menu-item-3340 a .avia-menu-text {
      color: darkgreen;
    }

    Regards,
    Yigit

    #456739
    This reply has been marked as private.
    #456753

    Hi!

    Please use following code instead

    li#menu-item-3340 a .avia-menu-text {
      color: white;
    }
    li#menu-item-3340 {
    background-color: darkgreen;
    }

    Regards,
    Yigit

    #459654

    One other question. I have my phone number displayed in the header widget but it is not displaying on the mobile phone. Is there a way I can get the tel# to display between the logo and the mobile menu.

    site is golfcoursefertilizer.mariaconsuelo.com

    #459657

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate {
      display: block;
    }
    #header .widget {
      top: -90px;
      left: 20%;
    }}
    @media only screen and (max-width: 480px) {
    header .widget {
      top: -110px;
      left: 37%;
    }}

    Regards,
    Yigit

    #459709

    How do I insert the widget?

    #459715

    Hi!

    Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Cheers!
    Yigit

    #460249

    Okay, we are getting close. I have the TEL# number centered nicely on the mobile screen. but for some reason it’s not clicking to call on the mobile phone. here is the header widget code: Here is the header widget code. It looks right to me

    <h3 style=”font-size: 18px !important; color: #009900 !important;”>(866) 559-2527</h3>

    Here are the other style changes we did

    #header .widget {
    top: -125px;
    left: 80%;
    margin-bottom: -95px;
    }

    li#menu-item-3340 a .avia-menu-text {
    color: white;
    }
    li#menu-item-3340 {
    background-color:green;
    }
    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate {
    display: block;
    }
    #header .widget {
    top: -90px;
    left: 40%;
    }}
    @media only screen and (max-width: 480px) {
    header .widget {
    top: -110px;
    left: 37%;
    }}

    The Tel# links fine down on the page. just not in the header.

    #460779

    Hey!

    Please add following code to Quick CSS as well

    #header_main_alternate { z-index: 5; }

    Best regards,
    Yigit

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