Viewing 6 posts - 1 through 6 (of 6 total)
  • #113859
    reijerstevens
    Member
    Post count: 32

    Hi,

    I have some questions which I’m not able to find myself:
    * How do I change the color of the social icons in the top bar?
    * How do I remove the FAQs modal on the my-account page (the other modals need to stay)
    * Is it possible to have a checkbox with Mailchimp newsletter opt-in at the checkout page (under “Ship to different address”)

    Many thank in advance for your support,
    Reijer

    #113925
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    1. You need to change the shortcode, like this

    [social size="small" type='twitter,facebook,dribbble,ideal']

    It gives its default icon of social media.

    2. For that you need to edit the code, open up \wp-content\themes\neighborhood\includes\swift-framework\sf-woocommerce.php line #312 you find a line like this

    
    <li><a href="#faqs" class="inline" data-toggle="modal"><?php _e("F.A.Q.'s", "swiftframework"); ?></a></li>

    change that to.

    <li><?php _e("F.A.Q.'s", "swiftframework"); ?></li>

    3. You are using some plugins to put the newsletter there, if so you can find some options for that there.

    Let us know,

    Thanks,
    laranz.

    #113939
    reijerstevens
    Member
    Post count: 32

    Hi ,

    Thanks for your quick reply, much appreciated.

    Regarding you answer:

    1. What do I need to change in this code to change color? Can’t this be done via the custom CSS editor?
    2. Could this be changed in the CSS editor as well? When I change this in the child theme and upload it on the server, the changes are not picked up. Can you please tell me where I can make the changes so it will remain with future updates?
    3. Seems to be solved. The theme comes with the integrated plugin Chimpy Lite and this plugin does not offer this functionality. When I install a new plugin which offers this functionality like Woocommerce Mailchimp and actived this plugin, I got a warning in the top bar, but now it does not show this anymore.

    many thanks again!
    Reijer

    #114022
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Unfortunately you can’t change the color of the icons as they are images. You can only have light or dark, in which case you would use style=”light” or style=”dark”

    2) Yes, add this to your custom css:

    .help-bar li:last-child {
      display: none;
    }

    – Kyle

    #115111
    reijerstevens
    Member
    Post count: 32

    Hi Kyle,

    Many thanks for your support.

    #115295
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register