Profiles

  • Member Since: June 23rd, 2021
  • Website: zinoteam.com
  • Find me on:
  • Posted a reply to Top Bar For Only One Page, on the site WordPress.org Forums:
    One method is to use add_action. Add the following code to the function.php file(In theme…

  • Posted a reply to Top Bar For Only One Page, on the site WordPress.org Forums:
    Hi, There are different solutions to this problem Try this <script> var url = window.location.href;…

  • Posted a reply to Contact Form 7 Rounded Corners, on the site WordPress.org Forums:
    Hi, Try this .wpcf7 .cf7-psForm { overflow: hidden; width: 520px; border-radius: 50px; }