• Resolved inexp

    (@inexp)


    Hello,

    In the customization of the theme, in “theme option / social option” we can add various social networks, but when we click on the links, they do not open in a new tab.

    Where should I change the code to add “target =” _ blank “” for opening in a new tab? (Same problem for the “footer call-out option”)

    Thank you !

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hii inexp,

    Go to Enigma theme directory -> open header.php file and replace it with the code given in the below link and save the file –

    https://pastebin.com/CtSMERDs

    Now open footer.php file and replace it with the code given in the below link and save the file –

    https://pastebin.com/iR0LDUn1

    Thanks.

    Thread Starter inexp

    (@inexp)

    Thank you very much for this answer !

    Another small defect comes with this new code: the name of the site is no longer in white as the description but in gray.

    How to correct it?

    And for the “footer call-out option”, what is the code ?

    Thanks a lot!

    Before

    After

    • This reply was modified 8 years, 7 months ago by inexp.

    Hii inexp,

    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below CSS in Custom CSS box and save –

    .logo h1 {
        color: #fff !important;
    }

    Now go to Enigma theme directory -> open footer-callout.php file -> here you can find code.

    Thanks.

    Thread Starter inexp

    (@inexp)

    Thank you very much !

    That’s perfect !

    Have a nice day 🙂

    Your Welcome,

    Let us know for further query.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Open Link In New Tab’ is closed to new replies.