HomePage › Forums › Themeforest › PakrCo – Single Property WordPress Theme › how to change layout of post template
- This topic has 5 replies, 2 voices, and was last updated 1 year, 10 months ago by Supporter.
-
AuthorPosts
-
November 15, 2022 at 3:34 am #8115cookseyprSupport Expired
I want to remove the CATEGORIES, RECENT POSTS, CALENDAR, and TAGS sections on a post in the PAKRCO theme. I also don’t want to include the author or category in the post subhead above the post headline. how do i access or change the post template?
thanks.
November 15, 2022 at 3:34 am #8116November 15, 2022 at 11:29 pm #8126Hi you,
#1. Please go to Admin dashboard -> Appearance -> Widgets -> Remove widget on Sidebar Single Post: https://prnt.sc/5K58kpcr0F7K
#2. Please add this css code to the file style.css (child-theme):
span.post-author, span.meta-categories{ display: none; }
November 16, 2022 at 4:51 am #8133cookseyprSupport Expiredthanks.
I’m also finding that the header menu is not displaying correctly in mobile. The Menu icon and the words “THE GREENBELT” are displaying in white as you scroll down the mobile page. The menu itself displays differently between the green mobile icon and the white mobile icon. I can control the “header 1” menu but i can’t figure out how to turn off the white icon and white “THE GREENBELT” text on what seems to be the scrolling mobile menu.
mobile menu 1: “Header 1” under “Elementor Header and Footer Builder” in Appearance seems to control this
mobile menu 2: the white icon and white THE GREENBELT letters. what controls this? why does it appear?screenshot of what’s happening.
https://www.dropbox.com/s/p59egu4jf91qo68/mobile%20menu.png?dl=0Tried this CCS in Child style.css to get rid of it and didn’t work:
.mob-menu-header-holder .mobmenu {
display: none;
}thank you for your assistance in resolving this.
November 16, 2022 at 10:18 am #8134cookseyprSupport Expiredi think i’ve solved the issue by disabling the sticky header and other options from the Mobile Menu Options plugin. That seemed to interfere with the Elementor header and footers.
November 16, 2022 at 5:27 pm #8135Good job!
Let me know if you need to help.
-
AuthorPosts
You must be logged in to reply to this topic.