Forum Replies Created

Viewing 20 posts - 961 through 980 (of 1,154 total)
  • Author
    Posts
  • in reply to: Module order #156263
    sapana
    Participant

    @bataloma: Featured called Section Sorter is available in Audioman Pro, where you can change the order of the section as per your requirement so I suggest you to upgrade to Pro.You can also check out other additional features available.

    Kind Regards,
    Sapana

    in reply to: remove catch theme link on footer? #156249
    sapana
    Participant

    @hoiung: Go to=> Appearance=> Customize=> Theme Options=>Footer editor Options=>Add the link using Html Tag.
    Let me know if this works out!

    Kind Regards,
    Sapana

    in reply to: Clean Portfolio Theme – Quick Guidance Needed #156152
    sapana
    Participant

    @rashida:/* To remove the overlay*/
    Go to => Appearance=> Customize=> Additional CSS and add the following code

    .overlay{
    display:none;
    }

    Let me know if this works out!

    Kind Regards
    Sapana

    in reply to: Clean Portfolio Theme – Quick Guidance Needed #156149
    sapana
    Participant

    @rashida:Go to => Appearance=> Customize=> Additional CSS and add the following code
    /*To remove the border lines*/

    .site-header-main {
        border-bottom: none;
    }

    /*To lesson the white space*/

    .site-footer {
        margin-top:0px;
    }

    /*To enlarge the button*/

    body.kc-css-system .kc-css-377190 .kc_button {
    height:50px;
    width:200px;
    font-size:25px;
    text-align:center
    }

    /* To make other field like message box*/

    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
        height: 250px;
        width: 600px;
    }

    Let me know if this solve your issue.

    Kind Regards,
    Sapana

    sapana
    Participant

    @dzamani:/*Change the size of Header except in Homepage*/
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    body:not(.home) #header-navigation-area {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    }

    Let me know if this works out!

    Kind Regards,
    Sapana

    sapana
    Participant

    @jsolodar: Please, post your site Url so that I can look into the issues.

    Kind Regards,
    Sapana

    in reply to: Replace Featured Slider? #156140
    sapana
    Participant

    @localgeek: You can disable the Featured slider. Go to Dashboard=> Appearance=> Customize=> Featured Slider=> Enable Slider On and select Disabled. And the you can you can use your desired Slider. The theme may or may not be compatible with the Slider you use. If you face the issue then customization may be required. If so, I recommend you to hire a customizer.

    Kind Regards
    Sapna

    in reply to: Mobile Navigation Doesn't Work #156138
    sapana
    Participant

    @lswebs: Please, post your issue in respective theme support forum.

    Kind Regards,
    Sapana

    in reply to: Remove Search #156135
    sapana
    Participant

    @nicky_poppy:/* To remove the search button from navigation*/
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    #search-toggle {
        display: none !important;
    }

    Let me know if this helps you out!
    Kind Regards,
    Sapana

    sapana
    Participant

    @dzamani:/*For changing the logo size*/

    .custom-logo-link {
    max-width: 200px;
    }

    /* To reduce the gap between services and welcome to ALD*/
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

     .home .services-section.section {
    padding-bottom: 0px;
    }
    .home .entry-container.full-width {
    padding-top: 0px !important;
    }
    .home .entry-content {
    margin-top: 0px !important;
    }

    /* change the header size of the header except in home page*/

    body:not(.home) .site-header-main.layout-two {
        padding:0;
    }

    Let me know if this works out!
    Kind Regards,
    Sapana

    in reply to: Static Front Page #155701
    sapana
    Participant

    @msanhpaints:Hello, there
    Gallery issue has been resolved in our new theme update .Now, you can display your gallery in 3 columns. Please, update the theme.
    Let me know if you have any other issues.
    Kind Regards,
    Sapana

    in reply to: re-order Playlist, Hero, Portfolio, etc #155692
    sapana
    Participant

    @kikid: Section Sorter feature is only available in My Music Band Pro which helps to reorder the sections so I suggest to upgrade to Pro. You can also check out the additional features available in pro version of the theme.

    Kind Regards,
    Sapana

    in reply to: How to change image slider and headline on home page. #155680
    sapana
    Participant

    @rgraham:You must login to WordPress.Org to submit the review.

    Kind Regards,
    Sapana

    sapana
    Participant

    @dzamani: I visit your site it is not live yet, let me know as soon as your site is live so that I can look into those issues.
    Kind Regards,
    Sapana

    in reply to: background color widget #155578
    sapana
    Participant

    @toerfiets: Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    .sidebar.sidebar-before-footer.widget-area {
        background-color:#f5deb3;
    }

    Let me know if this helps you out!
    Kind Regards,
    Sapana

    in reply to: centering/sizing vertical photo #155562
    sapana
    Participant

    @quintin-ellison: I suggest you to install the Catch Id Plugin to find the Post Id which makes it much easier.
    Kind Regards,
    Sapana

    in reply to: Clean Portfolio Theme – Quick Guidance Needed #155500
    sapana
    Participant

    @rashida:Can you please send me screenshot of your site how it is showing up and where exactly the issue is located.

    Kind Regards
    Sapana

    in reply to: Can't change the featured slider settings #155499
    sapana
    Participant

    @tim-van-rooijen:Hello, there,I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/catch-starter/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.
    Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.
    Kind Regards,
    Sapana

    sapana
    Participant

    @dzamani:/* To change front page Logo*/
    Go to=> Dashboard=> Appearance=> Customize=> Site Identity=> Select the logo you want to add.

    /*To change the Title and Sub Title Font Size*/

    .site-title {
        font-size: 50px !important;
    }
    .site-description {
        font-size: 40px !important;
    }

    -To remove the extra space and change header size I need to take a look at your site, Please do post your site url so that I can resolve your issues.
    let me know if this helps you out!
    Kind Regards,
    Sapana

    sapana
    Participant

    @nialldoc94: It is a bit difficult to replace the featured image with featured player for this I suggest you to hire the customizer.This Featured Player options is available in our latest music theme called Audioman Pro. You can check out the demo and available features over here.
    Kind Regards,
    Sapana

Viewing 20 posts - 961 through 980 (of 1,154 total)