Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author August Infotech

    (@augustinfotech)

    Hello DavePorter,

    Heading are not editable in admin site,but we can remove top of heading using Twitter Custom CSS box.

    Please following below steps.
    1. Login with Admin user
    2. Then Click on Setting -> AI Twitter Settings Link
    3. Open AI Twitter Feed Options Page and check at the bottom of pages Custom CSS box.
    4. Put this Below code if you hide Twitter Author Name

    here code :

    .aiwidget-title .tweet_author_name{
    display: none;
    }

    Or if you remove the Both title then enter below code :

    .aiwidget-title .tweet_author_name{
    display: none;
    }

    Thread Starter daveporter

    (@daveporter)

    Thanks, but just letting you know that both css snippets are the same 🙂

    Dave

    Plugin Author August Infotech

    (@augustinfotech)

    Hello DavePorter,

    We think might be you resolved your problem and if you have still any query regarding this then please feel free to ask. 🙂

    Thread Starter daveporter

    (@daveporter)

    Thanks yes, I worked it out – but still letting you know that your first reply had two snippets of CSS that are identical.
    It might help someone else in the future to correct the mistake.
    Regards, Dave

    Plugin Author August Infotech

    (@augustinfotech)

    Thanks… 🙂

    Find below code to remove extra feed title.

    if you remove Twitter Author Name :

    .aiwidget-title .tweet_author_name{
    display: none;
    }

    Or if you remove the Both title then enter below code :

    .aiwidget-title{
    display: none;
    }

    Regards,
    August infotech

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

The topic ‘Twitter display ?’ is closed to new replies.