Icons and footer - by Kaolt - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Jack Richardson

  • Avatar: Kaolt
    Kaolt
    Participant
    February 28, 2016 at 21:55

    Hello
    1. I would like to insert the social icons under the search in a header – icons for Facebook and Instagram and Google+. How would I do this? Don’t understand how to change child theme. And also have a question – how to remove free place under and above logo?
    2. There is a lot of space under footer. How to remove this?
    Thank you and waiting for your help.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 29, 2016 at 11:48

    Hello,

    1. To add custom icons under search form in header you need to edit the wp-content/themes/legenda/header.php file in line 209
    To create child theme read the following documentation https://codex.wordpress.org/Child_Themes

    how to remove free place under and above logo?

    Use this css code in custom.css:

    .header5, .header6, .header1, .header7 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    Set the values to your needs.

    2. You need to edit your contact form as you can see on the screenshot http://prntscr.com/a9ciy3 there is empty p block which is caused empty space in footer.

    Best regards,
    Jack Richardson.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.