Forum Replies Created

Viewing 20 posts - 141 through 160 (of 369 total)
  • Author
    Posts
  • in reply to: color of login logout button #339298
    sujeet
    Keymaster

    Hello Hans,

    You have set link color as black which is causing issue.
    Please add the following css code to Dashboard -> Appearance -> Editor -> Styles -> Additional Css.

    
    .logged-out.wp-block-loginout a {
       color: #0018c0;
    }
    

    Regards,
    Sujeet

    in reply to: hamburger menu icon is not displayed #339297
    sujeet
    Keymaster

    Hello @sandy07,

    I am unable to view the website: https://www.breiterag.ch/ .  Any issue with the website url?
    Can you please check and share me your correct url?

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @ferryhousekayaktours,

    You just have to remove the space between the widgets and copyright sections. And I suggest you not to use height in the footer, it is better to adjust with padding. Here is the css code to remove the space.

    
    #site-generator {
       padding-top: 0 !important;
    }
    
    .footer-widget-area {
       padding-bottom: 0 !important;
    }
    
    .widget-column.widget {
       margin-bottom: 0 !important;
    }
    

    Pleae let me know if you need further assistance. Thank you.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @rockwall-guitars,

    Can you please check with your server and ask them to check with php version for the issue? Changing the php version can solve the issue.

    Please let me know if that helped. Thank you.

    Regards,
    Sujeet

    sujeet
    Keymaster

    Hello @ferryhousekayaktours,

    For space, you can’t make adjustment through customizer. You have to add custom css. Please try adding the following css code to Dashboard > Appearance > Customizer > Additional CSS.

    Use the following code to get spacing around the three footer widgets. You can change the value ’50px’ as you preferred.

    
    .widget-area .widget-column {
       padding: 50px;
    }
    

    Regards,
    Sujeet

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

    Hello @effess,

    You can add attribute text for the Blog page. For that you need to enable the attribute text field for the menu items from screen options at top right of dashboard. Please check screenshot for more detail.

    attribute

    Let me know if this worked for you. Thank you.

    Regards,
    Sujeet

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

    Hello @effess,

    Please try adding this code. Hope this works for you.

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

    Regards,
    Sujeet

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

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

    parent-active

    Regards,
    Sujeet

    in reply to: Hide menu lines #339196
    sujeet
    Keymaster

    Hello @cherise,

    I really didn’t find any space in mobile as well. Check this:

    mobile

    Regards,
    Sujeet

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

    You’re most welcome !

    Regards,
    Sujeet

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

    You’re most welcome !

    Regards,
    Sujeet

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

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

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

    Thanks Alex.

    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

Viewing 20 posts - 141 through 160 (of 369 total)