Forum Replies Created

Viewing 20 posts - 101 through 120 (of 316 total)
  • Author
    Posts
  • in reply to: Hide menu lines #339177
    sujeet
    Keymaster

    Hello @cherise,

    I checked the screenshot and your website, but I didn’t find much space above and below headings. Can you please confirm?

    space123

    To remove small gaps you can add the following css.

    
    figure {
       margin-bottom: 0 !important;
    }
    

    Regards,
    Sujeet

    in reply to: archived posts are centered, not aligned left #339166
    sujeet
    Keymaster

    Hello @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,
    Sujeet

    in reply to: Header image on mobile/tab devices #339165
    sujeet
    Keymaster

    Hello 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,
    Sujeet

    in reply to: Hide menu lines #339164
    sujeet
    Keymaster

    Hello @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,
    Sujeet

    in reply to: Hide menu lines #339160
    sujeet
    Keymaster

    Hello @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,
    Sujeet

    in reply to: Header image on mobile/tab devices #339157
    sujeet
    Keymaster

    Hello @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,
    Sujeet

    in reply to: Hide menu lines #339156
    sujeet
    Keymaster

    Hello @cherise,

    Can you please share an screenshot of the white space, so that I can give the code for that as well?

    Regards,
    Sujeet

    in reply to: Header image on mobile/tab devices #339154
    sujeet
    Keymaster

    Hello @alpokaz,

    Sorry I am unable to give you exact solution with viewing the screenshot.  You can get back once your site is online.

    Regards,
    Sujeet

    • This reply was modified 9 months ago by sujeet.
    in reply to: Need a full width website #339153
    sujeet
    Keymaster

    Hello @cherise,

    What are the issues with this website? Can you please elaborate?

    Regards,
    Sujeet

    in reply to: Need a full width website #339149
    sujeet
    Keymaster

    Hello @cherise,

    Did you mean the space that I showed you in the screenshot?

    space

    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.

    full-width

    Regards,
    Sujeet

    in reply to: Header image on mobile/tab devices #339148
    sujeet
    Keymaster

    Hello @alpokaz,

    I need to check your website first to give any solution. Can you share your website url ?

    Regards,
    Sujeet

    in reply to: Hide menu lines #339146
    sujeet
    Keymaster

    Hello @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,
    Sujeet

    in reply to: Hide menu lines #339144
    sujeet
    Keymaster

    Hello @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

    in reply to: Images do not show up at all #339131
    sujeet
    Keymaster

    Hello @zmq,

    You can easily add images in the theme. What have you done exactly? Since it’s pretty simple to add images. Please let me know where did you get error? And if possible please share you site url. Thank you.

    Regards,
    Sujeet

    in reply to: widget disappeared from the home page #339126
    sujeet
    Keymaster

    Hello @effess,

    For now, to display footer widget only on home page, you can add the following css:

    
    #supplementary {
       display: none;
    }
    
    .blog #supplementary {
       display: block;
    }
    

    Regards,
    Sujeet

    in reply to: active post color in menu #339125
    sujeet
    Keymaster

    Hello @effess,

    I got really surprised since there is everything fine in our end. I put both normal blog page and category blog in the menu and both seems to have active colors. I’ve attached both screenshots.

    normal-blog-page

    archive-blog

    I am bit unsure what you have done. All other pages in the menu are fine but just a blog is having different active class “current_page_parent”. When you are in other pages, there you will find an active class “current-menu-item”.

    Please try removing the current blog item from menu and add the new blog page to the menu list from menu. See screenshot.

    do-this

    If this didn’t help, I will contact you through email. Thank you.

    Regards,
    Sujeet

    in reply to: archived posts are centered, not aligned left #339112
    sujeet
    Keymaster

    Hi @effess,

    Did you add any styles with a class “date” in body section while creating child theme? All the contents are being centered due to the styles. Please check the screenshot. If possible you can remove that and will be fine.

    archive-centered

    Please let me know if that helped you. Thank you.

    Regards,
    Sujeet

    in reply to: active post color in menu #339111
    sujeet
    Keymaster

    Hi @effess,

    Can you please try adding normal blog page in the menu along with other menu items? This will simply work the active colors as does for others. Just create a new ‘Blog’ page and add that to your menu.

    And please ignore that css code that I sent you. Thank you.

    Regards,
    Sujeet

    in reply to: active post color in menu #339105
    sujeet
    Keymaster

    Hi @effess,

    Please add the following css code to Dashboard > Appearance > Customizer > Additional CSS. Thank you.

    
    .secondary-navigation .current_page_parent > a {
       background-color: #e2d3b1;
       color: #000000;
    }
    

    Regards,
    Sujeet

    in reply to: Social icon for BlueSky #339097
    sujeet
    Keymaster

    Hello @agescho,

    You might have received a new theme update. Please update the theme and you will be able to add the Bluesky icon. Thank you.

    Regards,
    Sujeet

Viewing 20 posts - 101 through 120 (of 316 total)