Social media logos

Discussion in 'VideoCraft WordPress Theme' started by sebastiaan, Jan 24, 2013.

Thread Status:
Not open for further replies.
  1. sebastiaan

    sebastiaan Member

    Joined:
    Dec 5, 2012
    Messages:
    32
    Likes Received:
    0
    Location:
    The Netherlands
    In the footer, the social media logo's target the link into the same window as the current website, we'd like to target them into a new tab.

    Also, we'd like to get rid of the RSS logo. It stays there if you leave # in it, it disappears when you leave it blank, but re-appears at some point (don't know why)

    Any tips?

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Go to footer.php present in your theme directory and add the code given below

    Code:
    TARGET="_blank"
    Sending image for reference

    [​IMG]

    Use same process for others also.

    2.For your second issue

    Go to functions > theme-options.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]
     
  3. sebastiaan

    sebastiaan Member

    Joined:
    Dec 5, 2012
    Messages:
    32
    Likes Received:
    0
    Location:
    The Netherlands
    Thanks Gourav! Both problems resolved!
     
Thread Status:
Not open for further replies.

Share This Page