Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #601218

    Dear support team,
    I want to create a button for the phone number on the header such as call now button. Could you please help me?
    Further i would like to delete the border (separator) between the phone number line and the logo area. How can i do this?
    Thanks and Regards

    #601221

    Hey vnfan!

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

    #header_meta, #header_main {
        border: none!important;
    }

    then please refer to this post – https://kriesi.at/support/topic/phone-number-click-to-call/#post-452509

    Regards,
    Yigit

    #601226

    Hi Yigit,
    i only want to delete the border between the phone number and the logo.
    The border under the logo should be remained.

    #601230

    Hi!

    Please change the code to following one

    #header_meta {
        border: none;
    }
    #header_main {
        border-top: none!important;
    }

    Regards,
    Yigit

    #601234

    Hi Yigit,
    it is still there.

    #601280

    Hi!

    Please try following

    #header_meta {
        border: none !important;
    }
    #header_main {
        border-top: none!important;
    }

    If that too does not help, please create a temporary admin login and post it here privately.

    Best regards,
    Yigit

    #601288

    Great. It works.

    #601294

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘phone number as button’ is closed to new replies.