Problem in header, every page!!!

Discussion in 'Infoway WordPress Theme' started by jomathew, Apr 1, 2015.

  1. jomathew

    jomathew New Member

    Joined:
    Jan 25, 2012
    Messages:
    8
    Likes Received:
    0
    Hi Sir,

    In my website top section showing "cheap viagra online free shipping". I don't know how it's happened? Please update the necessary step as soon as possible. Waiting for valuable replay.

    www.jomathew.com

    Regards, Jo
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Jo!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .socialicon a {
      display: none;
    }
    ul.social_logos li a {
      display: block !important;
    }
    Thanks,
    Praveen
     
  3. jomathew

    jomathew New Member

    Joined:
    Jan 25, 2012
    Messages:
    8
    Likes Received:
    0
    Hi Praveen,

    Problem still present, i have updated the code which you given. Only problem not showing in the google chrome, all other browser have same issues.

    Regards,
    Jo
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello!

    Replace the above provided code with the code given below,
    Code:
    .socialicon a {
      display: none !important;
    }
    ul.social_logos li a {
      display: block !important;
    }
    If the issue still persits, then send us your website wordpress login details at [email protected] along with the thread link.

    Thanks,
    Praveen
     

Share This Page