Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi Biagio,
Yes, you can adjust the content size of the Featured Content using the following CSS in the “Appearance => Customize => Additional CSS” box:
.featured-content-wrapper .entry-container { width: 80%; }
Regards,
SakinSakin
KeymasterHi Biagio,
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 an honest review? https://wordpress.org/support/theme/my-music-band/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,
SakinSeptember 30, 2023 at 2:19 am in reply to: Solid Construction Pro featured slider on home page #326682Sakin
KeymasterHi Dan,
So, if you just want an image without the text then for the height you need to add Custom CSS. Please add the following CSS in the “Appearance => Customize => Additional CSS” box:
.slider-content-wrapper .hentry { padding: 124px; }
Regards,
SakinSakin
KeymasterHi Bagio,
Please update to the latest version 3.7.3 and the issue with the link will be fixed. No need for Custom CSS, you can remove the CSS you have added.
Regards,
SakinSakin
Keymaster@dantgal : You can also download the demo zip file from Theme Instructions tab on Theme Page at https://catchthemes.com/themes/my-music-band/#theme-instructions
September 29, 2023 at 11:33 am in reply to: Solid Construction Pro featured slider on home page #326640Sakin
KeymasterHi Dan,
In the Solid Constructions Pro theme, you can choose from Page Slider or Post Slider or Image Slider. You can check this screencast on YouTube:
Image Slider: https://www.youtube.com/watch?v=Su0FigByCbY
Page Slider: https://www.youtube.com/watch?v=71fFoOZNv9g
Post Slider: https://www.youtube.com/watch?v=1THRMekhY18Regards,
SakinSakin
KeymasterHi Biagio,
You should be getting email in your new address then.
Regards,
SakinSakin
Keymaster@francesco: There is Custom CSS in the “Appearance => Customize => Additional CSS” box, where you have given important font size for the Heading 1 tag and Heading 2 tag which is causing issues.
Please check for the following CSS:
h1 { color: #7A1090 !important; font-size: 30px !important; } h2 { color: #7A1090 !important; font-size: 21px !important; }
So, if you remove that font size from those CSS then you will get the original font size then you can adjust accordingly with the following CSS:
@media screen and (min-width: 64em) { .singular-content-wrap .entry-title { font-size: 56px; } }
Sakin
Keymaster@francesco: Can you post in your site URL and then I can check it?
Sakin
KeymasterHi Biagio,
I will ask our sales to contact you about that.
Regards,
SakinSakin
KeymasterHi Biagio,
Yes, you can make the team layout set to 5 columns. Please update to the latest version 3.7.2.
Regards,
SakinSakin
KeymasterFr Sticky you can install a plugin called “Catch Sticky Menu” and in that plugin settings use the selector as
#masthead
Sakin
KeymasterHi Hi Richard,
If you want to make it to the whole page width then you need to give background color to the header. So, remove the previous CSS and then add the following CSS
.site-header { background-color: #38b6ff; }
It’s strange why your menu on iPad is behind the content, please add the following CSS:
.site-header { z-index: 101; }
Regards,
SakinSakin
KeymasterHi Richard,
You can change the color code in the following CSS as per your need and add it in “Appearance => Customize => Additional CSS” to change the background color of the menu on the desktop.
@media screen and (min-width: 75em) { .navigation-classic #primary-menu-wrapper .menu-inside-wrapper { background-color: #eeeeee; } }
Regards,
SakinSakin
KeymasterHi @khawaja77: You don’t need Catch Updater now. You can just activate your license key and update your site. Please check the instructions at https://catchthemes.com/faq/how-do-i-upgrade-to-a-new-theme-version-if-i-have-modified-my-theme/.
Sakin
Keymaster@jus10hand : It’s because you have added link as
https://discord.gg/KJSy9fBeMa
but it need to behttps://discord.com/invite/KJSy9fBeMa
Sakin
Keymaster@jj-weller777 : Your site is working fine when I view it.
Sakin
Keymaster@jj-weller777 : I just checked your site and see that you have done a lot of customization in the earlier version. Did you make all the custom codes inside the theme folder ‘globetrotter’?
Sakin
KeymasterHi Bruce,
The issue has been fixed and you were talking about Fixed Header Logo which you can change it from “Appearance => Customize => Fixed Header Options”.
Regards,
SAkinSakin
KeymasterHi Bruce,
It’s showing 1 car in your site Logo. I see https://colonialautorepairservices.com/cars/wp-content/uploads/2023/08/cropped-NEW-COLONIAL-LOGO.png. Can you send me the screenshot of your Logo at “Appearance => Customize => Site Identity”.
Regards,
Sakin -
AuthorPosts