• Hi
    Can someone advise me how I can permanently remove date within the icon on my home page? I just want it to be a blank blue square.
    On my home page is a little blue square and in it is written the date see
    https://www.windsurf.zxq.net
    I have no knowledge of coding and I only want to do one tiny little thing…erase the date.
    If someone could describe exactly what coding I should be looking for to delete? The exact file it would be located in and where this file would be located eg in wp-content\themes\suffusion\?/??? I would be very,very appreciative.
    I’m sure someone out there must have this knowledge.

Viewing 2 replies - 1 through 2 (of 2 total)
  • in your suffusion theme go to suffusion/functions/actions.php

    then somewhere at line 1310 you’ll find <div class=”date”>

    Replace the whole line with
    <div class="date"><span class="month"></span> <span class="day"></span><span class="year"></span></div>

    Thread Starter windsurftest

    (@windsurftest)

    YES YES YES! thankyou so much Kapil Chugh

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How I can perminantly remove the date within an icon on home page’ is closed to new replies.