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

    Hi!

    Can I use a telephone and fax icons in the secondary menu instead of —– “Tel.:” XXXX ——-

    Thanks

    #294354

    Hey mikel!

    Please add menu item with label

    <span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>: +123 345 423

    in Appearance > Menus

    Best regards,
    Yigit

    #294375

    Hey!

    Thanks.! that was what i want.

    But I have some question. How do you choose the icon source? I want to make the same with the fax so I will need to change it.

    Can I adjust the size? I Would like to make it a little bit bigger

    Thanks for your great support!

    #294377

    Hey!

    Please add the icon that you would like to use to your page, then right click on it and inspect elements, then copy as HTML – http://i.imgur.com/3sgNeQq.png
    You can remove Style=”..” in the code. Can you post the link to your website so we can provide you accurate custom CSS code?

    Regards,
    Yigit

    #294388
    #294391

    Hi!

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

    #header_meta span.av-icon-char {
    font-size: 16px;
    }

    Best regards,
    Yigit

    #296079

    Hi!

    Thanks I have made it and I like how it looks. http://www.jatur.com

    But I have problems in the mobile version. The separators that fit ok in the desktop version are too close in the mobile version. There is option to delete it in the mobile version only?

    – Also there is option to put the social icons and the language selector in the same line (mobile version)?

    Thanks

    #296112

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    #header_meta span.av-icon-char { display: none; }
    .responsive #header .social_bookmarks { width: 60%; float: left; }}

    Regards,
    Yigit

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