• Please can you advise me as to where the settings to remove the date from underneath the header on a page are?

    Many thanks,

    Florie

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • @florieness: Hello Florie,
    Can you please clarify which date you are referring to?
    I could not find any date in the link you posted.

    Also for swift replies please post your issues and queries on Our Official Support Forum
    https://catchthemes.com/support-forum/

    Kind Regards,
    Skandha

    Thread Starter Florieness

    (@florieness)

    My apologies, I deleted the page because I didn’t want to leave it looking like that. I’ve taken a screenshot instead: https://screenshots.firefox.com/1UhD7wSRcxpYj2HF/lovewhiterabbit.co.uk
    As you can see, catch web tools social icons aren’t working either.

    @florieness: Hello Florie,
    The Catch Web Tools social icon not working issue has been fixed and a theme update will be released soon. Thank you for reporting us the issue.

    To remove the date
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-meta  {
         display:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    Thread Starter Florieness

    (@florieness)

    Hi Skandha,

    Thanks for the CSS code, this also removed the date on my blog posts. Is there any way of removing the date only from a page and not from a post?

    Looking forward to the update.

    Many thanks,

    Florie

    @florieness: Hello Florie,
    Yes, you can remove the date only from a page. For that,
    Go to => Appearance => Customize => Additional CSS and add the following Code instead of the above Code.

    .page .entry-meta {
          display:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    Thread Starter Florieness

    (@florieness)

    Excellent – this worked perfectly!

    Any news on when the theme update will be out so the social icons can be visible?

    Thanks,

    Florie

    @florieness: Hello Florie,
    The update should be out within 24 hours. For the time being you can
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .widget.widget_catch_web_tools_social_icons a {
          font-family:Genericons;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    @florieness: Hello Florie,
    The issue has been fixed an a theme update has been released. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How can I remove the date from a page’ is closed to new replies.