• hi guys the blackbird theme on my site seems to have been updated and now my home page is showing some sort of ad for the blackbird theme and implemented some other footer related ads and a search box. how can i remove these? hers is a link to my site
    https://www.impecdigital.com. so you can see what i am talking about.Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hi rshaw876,

    The box you have seen in home page is the default text box for slider.
    This is an extra feature added in new update.

    If you want to set this go to Dashboard->Home Top Feature->Home Top Feature Heading write some text, save it and refresh your website you can see the difference.
    If your want to hide this box then put the following code in custom css

    .flex-caption{
    display:none;
    }

    Similarly in footer we set default footer widgets. You set footer widgets to remove default one.

    I think this may resolve your problem.

    Thread Starter rshaw876

    (@rshaw876)

    thanks but i tried the code to hide the box but it doesn’t work

    Thread Starter rshaw876

    (@rshaw876)

    and also how do i remove the content circles?

    Theme Author inkthemescom

    (@inkthemescom)

    Hi,
    Try this code.

    .flex-caption, .circle{
    display:none !important;
    }

    This will hide both the boxes and content circles.

    Thread Starter rshaw876

    (@rshaw876)

    tried it but it still does not work

    Theme Author inkthemescom

    (@inkthemescom)

    Hi rshaw876,

    For your information, the contents in the theme can be replaced by your’s from Dashboard->Appearance->Theme Options
    All you have to do is just place your contents in various fields appearing in Theme Option Panel.

    This will resolve your issue,

    Do let me know if you need further assistance,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove blackbird updates on homepage’ is closed to new replies.