Forum Replies Created

Viewing 20 posts - 301 through 320 (of 14,498 total)
  • Author
    Posts
  • in reply to: Featured Content Size #326690
    Sakin
    Keymaster

    Hi Biagio,

    If you want to reduce both the image and content and then make it centered then you need to remove both CSS which have the width that you used for the Image and Content and then add the following CSS. In the following CSS, we are controlling with the padding.

    #featured-content-section article {
      padding: 0 4%;
    }

    Regards,
    Sakin

    in reply to: Featured Content Size #326688
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Team Section alignment #326687
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Solid Construction Pro featured slider on home page #326682
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Team Section alignment #326678
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Demo data for My Music Band WordPress Theme #326644
    Sakin
    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

    in reply to: Solid Construction Pro featured slider on home page #326640
    Sakin
    Keymaster

    Hi 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=1THRMekhY18

    Regards,
    Sakin

    in reply to: Team Section alignment #326409
    Sakin
    Keymaster

    Hi Biagio,

    You should be getting email in your new address then.

    Regards,
    Sakin

    in reply to: Catch Themes: increasing page title font size #326402
    Sakin
    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;
      }
    }
    in reply to: Catch Themes: increasing page title font size #326389
    Sakin
    Keymaster

    @francesco: Can you post in your site URL and then I can check it?

    in reply to: Team Section alignment #326387
    Sakin
    Keymaster

    Hi Biagio,

    I will ask our sales to contact you about that.

    Regards,
    Sakin

    in reply to: Team Section alignment #326284
    Sakin
    Keymaster

    Hi Biagio,

    Yes, you can make the team layout set to 5 columns. Please update to the latest version 3.7.2.

    Regards,
    Sakin

    in reply to: Change menu background #326228
    Sakin
    Keymaster

    Fr Sticky you can install a plugin called “Catch Sticky Menu” and in that plugin settings use the selector as

    #masthead
    in reply to: Change menu background #326225
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Change menu background #326215
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: update to 2.6.3 not working #326064
    Sakin
    Keymaster

    Hi @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/.

    in reply to: social icon for DISCORD #325461
    Sakin
    Keymaster

    @jus10hand : It’s because you have added link as https://discord.gg/KJSy9fBeMa but it need to be https://discord.com/invite/KJSy9fBeMa

    in reply to: Theme has broken #325453
    Sakin
    Keymaster

    @jj-weller777 : Your site is working fine when I view it.

    in reply to: Theme has broken #325376
    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’?

    in reply to: I don’t think I’m dumb #325371
    Sakin
    Keymaster

    Hi 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,
    SAkin

Viewing 20 posts - 301 through 320 (of 14,498 total)