Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1063721

    Hello Support,
    I have some, I hope, simple questions:

    Can I import a font – eg Myriad Pro Light?
    Can I/or where can I change the size of the font – for the moment I would like it larger – in the footer?
    Can I move the icons Instagram and Mail from the socket to the footer?

    THANK YOU :-)
    All the best Audrey 2019

    #1063900

    Hey Audrey2019,

    Try checking this out in our documentation: https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
    Hope it helps :)

    Best regards,
    Nikko

    #1064153

    Thank you Nikko! – worked well by importing new font :-)
    Where to change size for footer font and how to move icons from socket to footer…
    All the best
    Audrey2019

    #1064633

    Hi Audrey2019,

    Go to Enfold > Advanced Styling > (Select an item to customize) choose Widget Links then click on Edit Element button then modify the Font Size and save.
    As for moving the icons, can you give us some mockup or screenshot on how you want them to look like?

    Best regards,
    Nikko

    #1065200

    Hello Nikko,
    Thank you for detailed instructions – for some reason, it just does not do the work. What am I missing out?
    When I change the font size to eg 22. nothing changes.
    Pls see enclosed link (could not find out how to enclose screen dump – guess it can only be links)

    And I also, in the footer, would like to “pull up” the SoMe icons from the socket to the footer.
    They are now placed at the right hand corner of the front page in the socket, but I would like them to appear in the footer next to the text links in the footer eg Contact…etc.

    All the best and again thank you…Audrey2019

    #1065643

    Hi Audrey2019,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1065648

    Sure :-)

    • This reply was modified 5 years, 9 months ago by Nikko.
    #1065727

    Hello again – while you are at my page…I am so far now that I can go live – but how do I do this?
    Tried to move tick in 404 box, but it only comes up with different random pages…
    All the best Audrey2019

    #1066220

    Hi Audrey2019,

    I have moved your username and password to private content, so it’s not seen by anyone except the moderators.
    I also have installed a php widget on your site in order to move the social icons in the footer widgets section.
    I have unchecked Social Icons in Enfold > Footer then in Enfold > General Styling > Quick CSS, I added this code:

    #top #footer .social_bookmarks li {
        border: none;
        clear: none;
    }

    Then in Apperance > Widgets > Php Code is dragged to Footer – column1 then put this code:

    <?php
        $social_args 	= array('outside'=>'ul', 'inside'=>'li', 'append' => '');
        echo avia_social_media_icons($social_args, false);
    ?>

    Since the site doesn’t seem to fetch yet the new css I have disabled Css file merging and compression in Enfold > Performance.
    Maybe after a day or two you can enable it back.

    Best regards,
    Nikko

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