Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #476982

    Hi

    I’ve used the CSS suggestions to change my header information, but cannot find the solution to change the secondary menu that includes a phone number and text. (See screenshot).

    http://gyazo.com/b6bf1b2cd3d00eb5b2b4b30b29b9aab1

    Any recommendations?

    Derrick

    #477036

    Hey Derrick!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .phone-info { font-size: 18px; }

    Regards,
    Yigit

    #477039

    Thank you Yigit. Perfect Now that I have the tag, I can play around a bit more with links, colour, etc. Thanks

    #477045

    Hi!

    You are welcome, we are always happy to help :)
    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 :)

    Best regards,
    Yigit

    #672866

    yigit,

    how do i add this code to the phone number? i am tracking when people on mobiles click on the phone number on top.
    i figure that i need to add some sort of code to the phone number link maybe? but not sure how.

    Thanks!

    <!– Google Code for calls from cellphone Conversion Page
    In your html page, add the snippet and call
    goog_report_conversion when someone clicks on the
    phone number link or button. –>
    <script type=”text/javascript”>
    /* <![CDATA[ */
    goog_snippet_vars = function() {
    var w = window;
    w.google_conversion_id = 1052668207;
    w.google_conversion_label = “hIknCMOuhGkQr-L59QM”;
    w.google_remarketing_only = false;
    }
    // DO NOT CHANGE THE CODE BELOW.
    goog_report_conversion = function(url) {
    goog_snippet_vars();
    window.google_conversion_format = “3”;
    var opt = new Object();
    opt.onload_callback = function() {
    if (typeof(url) != ‘undefined’) {
    window.location = url;
    }
    }
    var conv_handler = window[‘google_trackConversion’];
    if (typeof(conv_handler) == ‘function’) {
    conv_handler(opt);
    }
    }
    /* ]]> */
    </script>
    <script type=”text/javascript”
    src=”//www.googleadservices.com/pagead/conversion_async.js”>
    </script>

    #674701

    Hi,

    you could paste your custom code into ALB’s Code Block element or if you want to paste it into header.php or footer.php then I would go for a plugin with such a function.

    Best regards,
    Andy

    #797967

    How do you style the phone number once you make it a hyper link with <a>
    also, how to style the color for the hover?
    thanks
    cc

    #798027

    Hi @masonstudios1,

    You can try something like this code in Quick CSS:

    
    .phone-info a { color: red; }
    .phone-info a:hover { color: green; }
    

    Best regards,
    Sarah

    #856567

    This did not work for our site,
    Probably the phone number tag has changed?

    .phone-info …?

    #856590

    Hi!


    @beenee
    Can you please start a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it? If you post them here, they will be visible to creator of this thread as well and to avoid any confusion, i am closing this thread for now.

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Change font size of header phone number’ is closed to new replies.