Forum Replies Created
-
AuthorPosts
-
minalKeymaster
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
minalKeymasterHello @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
minalKeymasterHello @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
minalKeymasterHello @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.
July 29, 2024 at 1:52 am in reply to: Changed since last update: Menu Item Color + Seperator color #336764minalKeymasterHello @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,
MinalJuly 29, 2024 at 1:05 am in reply to: Problems since theme and wp upgraded to latest versions #336760minalKeymasterHello @granny
Here is the screenshot of selecting the envira gallery or showing plus icon on our system
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.
minalKeymasterHello @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.
can you share your screenshot of what you facing right now so that we can compare and send you a needy solution
Sincerely,
Minal
minalKeymasterHello @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
minalKeymasterHello @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
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
.wp-block-post-content .aioseo-author-bio-compact { display: none; }
Sincerely,
Minal
July 23, 2024 at 1:12 am in reply to: Issues with hero section and single post titles after WP 6.6 #336678minalKeymasterHello, 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
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
minalKeymasterHello 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
minalKeymasterHello Dirk,
Here is the CSS for changing the color of hamburger
.menu-toggle { color: #fff; }
Sincerely,
Minal
minalKeymasterGlad it works for you
Have a nice day Dirk !!!
Sincerely,
Minal
- This reply was modified 4 months, 1 week ago by minal.
minalKeymasterHello @ 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
minalKeymasterHello @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
minalKeymasterHello @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
Hope it works for you !!
Sincerely,
Minal
minalKeymasterHello @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
minalKeymasterHello @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
minalKeymasterHello @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 -
AuthorPosts