How to remove ADDITIONAL item in contact info

Discussion in 'SpotMoto WordPress Theme' started by effyeweb, Nov 16, 2014.

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

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    How to remove ADDITIONAL item in contact info, i do not know where it come from, cannot control them 123.jpg 456.jpg 789.jpg
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    table.ar_desc tbody tr {
    display: none;
    }
    table.ar_desc tbody tr:nth-child(-n+6) {
    display: block !important;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
    smith likes this.
  3. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    Thank you!!
     
Thread Status:
Not open for further replies.

Share This Page