social media icons in header

Discussion in 'ColorWay WordPress Theme' started by sandvaddesign, Nov 2, 2015.

  1. sandvaddesign

    sandvaddesign New Member

    Joined:
    Oct 30, 2015
    Messages:
    1
    Likes Received:
    0
    Hi
    How can I add my social media icons/links - [aps-social id="1"] - in the top right corner of my website: http://www.irenevontroyer.dk/ How to?

    And how can I delete the widget in the footer and sidebar? I already deleted all the widgets, but still they are showing, cannot figure out why? See image ...
    Thanks
    Kind regards Mai
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To add social icons on top of the site will require some source code customization.

    Regarding your second issue i.e. to remove the widget in the footer and sidebar.

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sidebar {
        display: none !important;
    }
    .content-wrap .content-info {
        display: none !important;
    }
    p.copyright {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page