Changing footer - by claudiacadete - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 8 years, 1 months ago ago by Eva Kemp

  • Avatar: claudiacadete
    claudiacadete
    Participant
    February 24, 2016 at 10:25

    Hi,

    Is there any way to change the footer text alignment from ‘centre’ to ‘left’ alignment?
    I’m adding shortcodes and visual composer widgets but it’s aligning everything centred and would like to change it to left…it might be a simple css styling or might need to change the template editor…?
    What is the best way round this?

    Also the ‘share’ shortcode…can I change the icons on there and change the url to ‘share’ to have our profiles on it?

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 24, 2016 at 10:39

    Hello,

    Please provide us with WP dashboard credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: claudiacadete
    claudiacadete
    Participant
    February 24, 2016 at 14:16

    In private content

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    February 24, 2016 at 14:31

    Hello,

    Please add this code in custom.css file:

    .main-footer .et-twitter-slider, .main-footer .mc4wp-form {
        text-align: left !important;
    }

    To change icons for social media icons use this code:

    .menu-social-icons .ico-twitter:before {
        content: url(http://path_to_image_icon);
    }
    .menu-social-icons .ico-facebook:before {
        content: "\f09a";
    }
    .menu-social-icons .ico-pinterest:before {
        content: "\f0d2";
    }
    .menu-social-icons .ico-google-plus:before {
        content: "\f0d5";
    }
    .menu-social-icons .ico-envelope:before {
        content: "\f003";
    }

    or replace current icons code "\f003", "\f0d5" etc. with Font Awesome icons https://fortawesome.github.io/Font-Awesome/icons/ .

    To change the links to your profiles you need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product” in line 1918), find the code, for example for Twitter <a href="https://twitter.com/share?url='.$permalink.'&text='.$post_title.'" class="'.$tooltip_class.'" title="'.__('Twitter', ETHEME_DOMAIN).'" target="_blank"> and replace https://twitter.com/share?url='.$permalink.'&text='.$post_title.' with a link to your Twitter account.

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Regards,
    Eva Kemp.

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

The issue related to '‘Changing footer’' has been successfully resolved, and the topic is now closed for further responses

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