Forum Replies Created
-
AuthorPosts
-
sujeet
KeymasterHello @effess,
The parent of an active post is already highlighted in the menu. You please add sub items in the Blog menu item and if didn’t work, I will check for the code for you. Thank you.
Regards,
Sujeetsujeet
Keymastersujeet
KeymasterYou’re most welcome !
Regards,
Sujeetsujeet
KeymasterYou’re most welcome !
Regards,
Sujeetsujeet
KeymasterHello @effess,
For now, please add the following css code to resolve the issue. This should fix the active colors.
.archive.category .secondary-navigation .current_page_parent > a { background-color: #e2d3b1; color: #000000; }
Regards,
Sujeetsujeet
KeymasterThanks Alex.
sujeet
KeymasterHello @cherise,
I checked the screenshot and your website, but I didn’t find much space above and below headings. Can you please confirm?
To remove small gaps you can add the following css.
figure { margin-bottom: 0 !important; }
Regards,
Sujeetsujeet
KeymasterHello @effess,
I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review?
https://wordpress.org/support/theme/catch-kathmandu/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
Thank you.
Regards,
Sujeetsujeet
KeymasterHello Alex,
I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review?
https://wordpress.org/support/theme/chique/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
Thank you.
Regards,
Sujeetsujeet
KeymasterHello @cherise,
I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review?
https://wordpress.org/support/theme/catch-wedding/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
Thank you.
Regards,
Sujeetsujeet
KeymasterHello @cherise,
Please try adding the following css code to remove the space.
@media screen and (max-width: 768px) { .site-content { padding-top: 0 !important; } .site-content .singular-content-wrap > .hentry > .entry-content { margin-top: 0 !important; } }
Regards,
Sujeetsujeet
KeymasterHello @alpokaz,
You can try adding the following css code to Dashboard > Appearance > Customizer > Additional CSS.
@media screen and (max-width: 820px) { .home .custom-header { min-height: auto !important; } }
Regards,
Sujeetsujeet
KeymasterHello @cherise,
Can you please share an screenshot of the white space, so that I can give the code for that as well?
Regards,
Sujeetsujeet
Keymastersujeet
Keymastersujeet
KeymasterHello @cherise,
Did you mean the space that I showed you in the screenshot?
The above given code should work fine as I tested it and found worked. Check another screenshot below. I didn’t see that the code has been added to your website. Please try adding the code again and please check and let me know.
Regards,
Sujeetsujeet
KeymasterHello @alpokaz,
I need to check your website first to give any solution. Can you share your website url ?
Regards,
Sujeetsujeet
KeymasterHello @cherise,
Please add the following css code to Dashboard > Appearance > Customizer > Additional CSS to remove the grey line at the top of Reg vir Rheeder.
#header-navigation-area .site-primary-menu { border: none !important; }
And to make content full width add this:
.site-main .hentry, .site-content .wrapper { padding: 0 !important; }
To hide menu, add this:
#header-navigation-area { display: none; }
To change button color, add this:
.bbutton-bottom { background-color: #CDBBAD; }
Pleas let me know if the code worked for you. Thank you.
Regards,
Sujeetsujeet
KeymasterHello @cherise,
Please add the following css code to Dashboard > Appearance > Customizer > Additional CSS to remove the grey line at the top of Reg vir Rheeder.
#header-navigation-area .site-primary-menu { border: none !important; }
And to make content full width add this:
.site-main .hentry, .site-content .wrapper { padding: 0 !important; }
Pleas let me know if the code worked for you. Thank you.
Regards,
Sujeet -
AuthorPosts