• Resolved chrislowthian

    (@chrislowthian)


    Just wondering if its possible to get the social links in the top right of the screen to open in the same window?

    I have a child theme setup if that helps.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey Chris,

    This can be done with your child theme. What you can do is copy the “ct_apex_social_icons_output” function from Apex’s functions.php file (line 305) into the functions.php in your Apex child theme. This will let you load your own version of the function instead.

    Then in your child theme’s functions.php file, you can locate and delete this code in the three places it occurs:

    target="_blank"

    Once the “target” link attribute is removed, the social icons will open in the same window.

    Thread Starter chrislowthian

    (@chrislowthian)

    Perfect Thank You, worked like a dream!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get Social Links to open in same window?’ is closed to new replies.