• Resolved natroneous

    (@natroneous)


    Can you possibly let me know the custom code to hide the page date, author, comments portion at the top of my interior pages?

    Also, if I upgrade to the full version, can I change navigation and footer background colors easily?

    Thank you

Viewing 15 replies - 1 through 15 (of 19 total)
  • Hi

    Please share your website URL

    Thanks.

    Hey there natroneous,

    This can be done by adding some custom CSS. Since the theme has its own Custom CSS tab you can add the code there, it’s located in Appearance >> Option Panel. Please add this:

    .hc_post_date, .hc_post_detail a {
    display: none;
    }

    This should remove date, author and comments part of the page.

    Best regards,
    Bojan

    Thread Starter natroneous

    (@natroneous)

    Unfortunately, I think that caused some deeper issue. Now I have lost my home page completely, and even after I went back and deleted that code, the home page remained missing.

    Thread Starter natroneous

    (@natroneous)

    It’s also possible that updating to the latest version of this theme may have done it without me noticing. Any ideas?

    Here is my site: https://skincaresolutions.apps-1and1.com/

    Hi

    hide the page date, author, comments portion at the top
    use this below code in custom css field (Appearance >> Option panel >> quick start setting << custom css )

    .hc_post_date
    {
    display:none;
    }

    .hc_post_detail
    {
    display:none;
    }

    and updating the latest version on this theme follow this link and download latest version
    https://www.ads-software.com/themes/health-center-lite

    Thanks.

    Thread Starter natroneous

    (@natroneous)

    My home page is still gone, and I already have the newest version of your theme.

    Hi

    please use option panel (Dashboard >> appearance >> quick start setting ) and mark the check (Enable Home on front page)

    and check your website

    Thanks

    Thread Starter natroneous

    (@natroneous)

    Hmmm… It seems like that may be the issue as those check boxes have also disappeared. They are also gone from Service Settings and Project Settings. Any ideas? Think I need to delete and re-intall the theme?

    hi

    It is possible to get back lost content but it will be more complicated then
    re-install the Theme.

    Thanks

    Hi

    did your issue resolved

    Thanks.

    Thread Starter natroneous

    (@natroneous)

    No, I deleted the theme and re-installed and still no homepage or check buttons within the theme options.

    hi

    you are use any plugin in this theme.

    Thanks..

    Thread Starter natroneous

    (@natroneous)

    Just Advanced Image Styles and I tried disabling it with no effect. The glitch either happened when I added the code you gave me or when I updated the theme yesterday.

    Hi

    I did not able to get your point,please specify clearly. so i can resolve your issue.

    Another thing is there may be plugin conflict if you installed any.

    Thanks.

    Thread Starter natroneous

    (@natroneous)

    I only have one single plugin installed, and disabling it did not fix the problem. It was also installed before this problem occurred.

    This problem either started yesterday when I updated to the newest version of your theme or this morning when I entered that code you gave me.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Hiding page date, author, comments portion’ is closed to new replies.