Forum Replies Created

Viewing 20 posts - 21 through 40 (of 124 total)
  • Author
    Posts
  • in reply to: Crash Fullscreen and home page video #336983
    minal
    Keymaster

    Hello @drixe,

    We checked on our end and it seems fine. There might be loading issues on your server, and don’t remove the header enhancement plugin because it has the feature to show video on mobile too.

     

    Sincerely,

    Minal

    in reply to: issue with product categories not working #336904
    minal
    Keymaster

    Hello @detroitstylz

    We have already sent the update on the theme.

    Kindly go to Dashboard >> Appearance >> Themes and there you will find the update button on the theme thumbnail.

    https://catchthemes.com/faq/how-to-update-free-theme-to-new-version/

    if it is not working please let us know.

    Sincerely,

    Minal

     

    in reply to: issue with product categories not working #336813
    minal
    Keymaster

    Hello @detroitstylz,

    Sorry for the inconvenience caused.

    This issue will be fixed in the next theme update. You will be notified once the theme is updated.

    Sincerely,

    Minal

    in reply to: Theme is registered as Accessibility Ready but not #336768
    minal
    Keymaster

    Hello @fa6ab,

    Thank you for your query. We understand your concerns; however, WordPress themes typically do not include accessible names and labels for links. This does not present any problems. You can verify this by examining the latest Twenty Twenty theme or other popular themes.

    Sincerely,

    Minal

    • This reply was modified 3 months, 2 weeks ago by minal.
    minal
    Keymaster

    Hello @goksel,

    for changing the color, please add following CSS on Additional CSS

    You can please try adding the following css code to “Appearance => Customize => Additional CSS”

    .main-navigation .current-menu-item a,
    .main-navigation a:hover,
    .main-navigation a:focus {
    
       color: #b8ab7e;
    
    }
    
    .section-title:after{
    
       border-color: #b8ab7e;
    
    }
    
    

    Sincerely,
    Minal

    • This reply was modified 3 months, 2 weeks ago by minal.
    • This reply was modified 3 months, 2 weeks ago by minal.
    minal
    Keymaster

    Hello @granny

    Here is the screenshot of selecting the envira gallery or showing plus icon on our system

    envira

    Our themes are up to date with the latest WP and  with our plugins and if there is any update you will be notified, if you use an external plugin like envira Gallery it might caused due to other plugins

    This issue might be caused due to other plugins so try to disable each plugin you activated one by one to find an error.

    https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/

    Please do inform us if any error persists.

    Sincerely,

    Minal

    • This reply was modified 3 months, 2 weeks ago by minal.
    in reply to: Cant add galleries after update #336759
    minal
    Keymaster

    Hello @granny

    I have tested on our end and there is no any issue with adding or plus sign you can check on below attached  screenshot.

    plus

    can you share your screenshot of what you facing right now so that we can compare and send you a needy solution

    Sincerely,

    Minal

    in reply to: Menu on iPhone #336740
    minal
    Keymaster

    Hello @Mathias,

    Sorry for late reply.

    Please add the following CSS

    .header-banner-wrap .header-transparent .wp-block-navigation__responsive-container-open {
    
       color: #000;
    
    }
    
    

    Sincerely,

    Minal

    in reply to: How to remove “AUTHOR BIO” box from post page #336681
    minal
    Keymaster

    Hello @Nathan Blair,

    It seems this author box comes from your aio SEO plugin

    If you find the author box from the edit template like this

    author

    it might work but this author box comes from the plugin you used so here is the CSS snippets for you to hide

    To add CSS to your system go to Dashboard>> Appearance >> Editor >> Front page or follow those images below

    templates

    edit

    add

    .wp-block-post-content .aioseo-author-bio-compact {
    
      display: none;
    
    }
    
    

    Sincerely,

    Minal

    minal
    Keymaster

    Hello, cornflowergirl

    To change the single post title color to white please add below CSS snippets to your Additional CSS

    .banner .wp-block-post-title {
    
       color: var(--wp--preset--color--foreground);
    
    }
    
    

    to find additional CSS go to Dashboard >> Appearance >> Editor >> Template >> Front Page

    templates

    edit

    add
    And about the hero content issue we checked on our end and everything is fine so can you disable all plugins one by one to check on your end?

    if it didn’t work please feel free to share

    Sincerely,

    Minal

    in reply to: Menu on iPhone #336581
    minal
    Keymaster

    Hello Mathias,

    the above CSS might not work with your site because it might be different from your site with others,

    Here is the css for your site,

    .header-transparent .wp-block-navigation__responsive-container-open{
    
      color: #000;
    
    }
    
    

    Change your desired code on above code,

    Hope it works for you !!

    Sincerely,

    Minal

    in reply to: Problems after Updating #336531
    minal
    Keymaster

    Hello @Leslie Bigos

    We’ll contact you shortly

    Sincerely,

    Minal

    in reply to: Text colour Header Top area #336524
    minal
    Keymaster

    Hello Dirk,

    Here is the CSS for changing the color of hamburger

    .menu-toggle {
    
      color: #fff;
    
    }
    
    

    Sincerely,

    Minal

     

    in reply to: Text colour Header Top area #336519
    minal
    Keymaster

    Glad it works for you

    Have a nice day Dirk !!!

    Sincerely,

    Minal

    • This reply was modified 4 months, 1 week ago by minal.
    in reply to: Text colour Header Top area #336516
    minal
    Keymaster

    Hello @ Dirk,

    Yes we can achieve that. Please add below CSS on your additional CSS

    
    
    .site-navigation .top-menu a {
    
      text-transform: lowercase;
    
    }
    
    .site-navigation .top-menu a:first-letter {
    
      text-transform: capitalize;
    
    }
    
    .contact-details li {
    
      font-size: 20px;
    
    }
    
    

    for font size for email, phone use that contact-details li for that.

    Hope it will work for you

    Sincerely,

    Minal

    • This reply was modified 4 months, 1 week ago by minal.
    • This reply was modified 4 months, 1 week ago by minal.
    in reply to: Text colour Header Top area #336511
    minal
    Keymaster

    Hello @Dirk,

    Glad that it works for you !!

    And yes you can change the font size in the header top, Here is the CSS for it.

    .site-header-top-menu * {
    
     font-size: 20px;
    
    }

    change the value with your desired value on the above code

    Hope it works for you !!

    Sincerely,

    Minal

    in reply to: Theme Bug: Invisible Title #336507
    minal
    Keymaster

    Hello @ygee,

    Here is the CSS you to make it visible, add on your additional CSS,

    .wp-block-post-title.block-editor-block-list__block.editor-post-title{
    
      color: #fff;
    
    }
    

    change CSS value of your desired on above CSS code.

    To add above CSS go to Dashboard >> Appearance >> Editor >> Templates >> Front Page >> Additional css
    Please follow the below image to go to above path
    frontpage

    css

    Hope it works for you !!

    Sincerely,

    Minal

    in reply to: Text colour Header Top area #336504
    minal
    Keymaster

    Hello @Dirk,

    There is a custom CSS for you to change the text color in the header top

    
    .top-main-wrapper, 
    .top-main-wrapper a {
      color: #fff;
    }

    you can change your desired color on the above CSS code.

    To add the above CSS please go to Dashboard >> Appearance> Customizer >> Additional CSS

    Hope it works for you !!

    Sincerely,

    Minal

     

    in reply to: remove grey for captions #336332
    minal
    Keymaster

    Hello @cindy,

    Here is the css snippets for you to remove background and make font italic

    Goto Dashboard >> Appearance >> Customizer >> Additional CSS and paste it there

    .wp-caption {
      padding: 0;
      background: transparent;
      border: 0;
      font-style: italic;
    }

    Hope it works for you !!

    Sincerely,

    Minal

    in reply to: change active dropdown menu font colour #336327
    minal
    Keymaster

    Hello @TPGC

    Here are the CSS snippets for restoring the parent item color

    .menu.catchbase-nav-menu .current-menu-item > a, 
    .menu.catchbase-nav-menu .current-menu-ancestor > a,
    .sidr ul li.current-menu-item> a, 
    .sidr ul li.current-menu-ancestor >a{
    
       color: black;
    
    }

    If you don’t; want  the color on slideout menu you can remove (.sidr ul li.current-menu-item> a, .sidr ul li.current-menu-ancestor >a)
    Change your desire value on the CSS code.
    Hope it works for you !!

    Sincerely,
    Minal

Viewing 20 posts - 21 through 40 (of 124 total)