- This topic has 2 replies, 2 voices, and was last updated 8 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Photo Perfect › Category Dropdown of Posts
Hello. Thanks for the great theme, first of all. I was actually hoping to do one of two things: Either have the category dropdown in the header show just the top level category, and then on click/hover expand the list of posts for that category instead of all other categories. I have a photography website and only have one category, which is portfolio. I’d like the category dropdown to just show the posts from that category.
If that’s not possible, then I’d like to just move the site logo from centered to the right side, in place of the category dropdown. I’ve searched this forum, and also looked through the code trying to figure it out on my own, to no avail thus far. Any help would be awesome.
Thanks.
Hello @40cooper,
Regarding your first query of having category posts listed below the category, the theme currently does not include the feature you have requested for. You can however consider Hiring a Customizer to get the feature with advanced code customization.
For your query to shift the logo to the right you will have to go to Your Admin dashboard > Appearance > Customize > Theme Options > Header Options and uncheck the “Show Category Dropdown” Checkbox. After that, paste in the following custom CSS in Admin dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field:
@media (min-width:1025px) {
.site-branding {
display: inline-block;
float: right;
}
#site-identity {
Margin-top: 20px;
}
}
Hope this Helps,
Best Regards !!
Thank you! That last bit worked great.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |