• serojosaistrusis

    (@serojosaistrusis)


    Hello there,

    I’m completely stuck trying to remove category mark from these homepage blocks – feature Post column, default blog/archive layout and sticky posts, and author mark and photo from default blog/archive layout and the same from post entry at the left side, above “related posts”.

    Would anyone guide me please in these matters?

Viewing 4 replies - 1 through 4 (of 4 total)
  • KafleG

    (@kafleg)

    Hello @serojosaistrusis,
    Thank you so much for using our theme Read More.
    1. To remove the category mark on the home page section, you have to approach. Either you can upgrade the theme to premium version. Because in premium version you will have lots of additional features to hide/show category, author and every entity. Another method is you can customize the theme. You can find the theme codes on acmethemes/hooks/ and find the respected templates and edit the codes or use Custom css to hide that.
    2. Same like 1 on author details here.

    Custom CSS to Hide Category:

    .cat-links {
        display: none;
    }

    Manage author section:
    Go to Appearance > Customize > Layout/Design Option > Author Archive Options
    Choose the options from dropdown, Advanced or Default.
    Click on Save & Publish button to save the changes.

    Hope you can solve the issues with the above help.
    for more dedicated support you can visit theme official support forum.

    Note: Child Theme is recommended to customize theme.

    Regards
    KafleG

    Thread Starter serojosaistrusis

    (@serojosaistrusis)

    Hello kafleg,

    Thank you for your answer.

    I was never coding CSS to remove such elements, but now I’ve tried and solved!

    Would you please explain from which theme file section can specify a posts category for default blog/archive layout?

    Thank you for this wonderful theme and it’s really valuable also in a free version.

    KafleG

    (@kafleg)

    Hello @serojosaistrusis,
    You can find the codes on archive.php file. First you need to know how the templates file of WordPress works. You can follow the template hierarchy to know the theme file structures. Now, you can check the archive.php file to address your problem.

    Hope, you can do what you want. ??

    Regards

    Thread Starter serojosaistrusis

    (@serojosaistrusis)

    Hello kafleg,

    I did it by adding some lines on functions.php file. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing category and author photo/name’ is closed to new replies.