Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi Laura,
You can increase the font-size in the following CSS and add it in “Appearance => Customize => Additional CSS” box:
@media screen and (max-width: 1024px) { body, button, input, select, textarea { font-size: 15px; } }
Regards,
SakinSakin
KeymasterHello Hans,
I’m glad to hear that you found the solution. Closing this topic.
Regards,
SakinSakin
KeymasterHi Antonio,
It’s a little technical to check the ID. Please refer to https://support.google.com/campaignmanager/answer/2828688?hl=en
Regards,
SakinSakin
KeymasterHi Antonio,
You need to link the form using # ID. Please this as link
https://weddingphotographymiami.com/contact-me/#QFBsDxT7HsQbjuv9M9kX
Regards,
SakinFebruary 28, 2025 at 10:48 am in reply to: Photofocus Pro / Licencse renew and CSS for Header #339081Sakin
KeymasterHello @ute hieke: Yes, your theme license expired on June 23, 2024. So, you need to renew it to get an update. You can move the license key from the development site to the live site. Please check https://catchthemes.com/frequently-asked-questions/#question-installation-how-to-move-license-key-from-development-site-to-live-site
Sakin
KeymasterBut if you try to open the video link https://eximglobalsupply.com/wp-content/uploads/2025/01/cargo1.mp4, it says “404 Not Found”. So, try uploading on your server again.
Sakin
KeymasterHello Antonio,
Looks like you copy the DIV HTML code as well. You can find the raw CSS at https://gist.githubusercontent.com/sakinshrestha/2a8ef03ad182e5fefb4a4bbf2c176c08/raw/cff5b5f37dd1cd4010d67d6eac246c316e26b52a/style.css
Copy the code from this link and add it to the “Appearance => Customize => Additional CSS” box. This code is the code for the Desktop menu for 1024px and above.
Regards,
SakinSakin
KeymasterWelcome and let me know if you have any other issues. Have a nice day.
Sakin
KeymasterHi Edwin,
You can remove that box shadow by adding the following CSS:
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before { box-shadow: none; }
For Header Border Color, you can add the following CSS:
#masthead { border-color: #eee; }
For Header Border Color, you can add the following CSS:
#colophon { border-color: #eee; }
Regards,
SakinSakin
KeymasterCan you try the following CSS?
#masthead .site-description { color: #fff; }
Sakin
KeymasterHello Edwin,
That’s the active tab border color, if you don’t want it then make it the same as your background color. For that, just add the following CSS in the “Appearance => Customize => Additional CSS” box:
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom-color: #f7f7f7; }
Regards,
SakinSakin
KeymasterCan you let me know your site URL and I will check it?
Sakin
KeymasterHi,
You can change the Header Text Color from “Appearance => Customize => Colors” which will change the color of both the Site Title and Tagline. But if you want to change the Tagline color then you can change the color code in the following CSS and add it in the “Appearance => Customize => Additional CSS” box:
.absolute-header .site-description { color: #ffffff; }
Regards,
SakinSakin
KeymasterHi Hans,
That screenshot shows the creation of the menu. But it’s not showing the assignment. Maybe you have another menu that is assigned to that menu area. If not then it’s a plugin conflict. So, we need to check in detail. Everything is working when I test on our server.
See this screenshot
I will check with you via email as well.
Regards,
SakinSakin
KeymasterHi @priestofelohim,
There was an issue in the code and it’s fixed in the latest version of the theme. Please update the theme.
Regards,
SakinJanuary 21, 2025 at 8:48 pm in reply to: Are there any settings that control media uploads within the theme? #338755Sakin
KeymasterHi Tabitha,
Looks like your server’s PHP Max Upload Size is limited. So, please check with your website hosting server support to increase it. Please check this article https://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Regards,
SakinSakin
KeymasterHi Geoff,
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-music/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.
Regards,
SakinSakin
KeymasterHi Alexander,
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-box/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.
Regards,
SakinSakin
KeymasterHi @apeter,
The difference you are getting is due to an update in the WordPress core editor. The live site design is the main design of the theme. So, if you want it like on the editor then add the following CSS in the “Appearance => Customize => Additional CSS” box:
.wp-caption .wp-caption-text:before { display: none; } .wp-caption .wp-caption-text { padding-left: 10px; font-family: inherit; font-size: inherit; color: inherit; }
Regards,
Sakin -
AuthorPosts