Forum Replies Created

Viewing 20 posts - 3,801 through 3,820 (of 4,908 total)
  • Author
    Posts
  • in reply to: menu and submenu of Pro version not transparent #90426
    Mahesh
    Participant

    @mupa: Add the following CSS to make the header background absolutely black:

    #masthead {
        background-color: #000;
    }

    Regards,
    Mahesh

    in reply to: Featured Post Slider Disappeared Since Theme Update #90424
    Mahesh
    Participant

    @dt2791 and @rmcq-web: Sorry, there has been a small bug in the theme, this will be fixed on the next release. We will release the quick-fix update. We’ll let you know as soon as the update is available.
    And about “Homepage or Entire Site option is selected in Enable Slider “, sorry this option is not available in Catch Box Free version. I was confused and mentioned the option of Catch Box Pro.
    Sorry for the inconvenience.
    Note: Check to Exclude Slider posts from Homepage posts: If you are displaying latest posts in your home page, checking this option will hide the post that you’ve selected as Featured Slider Post from the post list. Hope you understand.

    Regards,
    Mahesh

    in reply to: Change menu font #90421
    Mahesh
    Participant

    @fridasofia85: Please post in your site URL.

    Regards,
    Mahesh

    in reply to: Whole header messed up #90420
    Mahesh
    Participant

    @nadiahri: Glad to know that your website is fixed. We try to make the theme simple and more user friendly so that everyone (w/ or w/o programming skills) could use it easily. Let me know if any problem occurs and yes do send us the screenshot if possible.

    Have a nice day!

    Regards,
    Mahesh

    in reply to: Align Header image and Title #90419
    Mahesh
    Participant

    @dergabi2016: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (min-width: 541px) {
        #hgroup.with-logo {
            padding-left: 20px;
        }
    }

    Note: Please adjust the margin-left value as you desired.

    Regards,
    Mahesh

    in reply to: Several question regarding CSS #90418
    Mahesh
    Participant

    @bastian: Go to Dashboard=> Apperance=> Customize=> Theme Options=> Custom CSS box, you’ll find the above code there. Remove the code and the header will be visible in mobile devices.

    Regards,
    Mahesh

    in reply to: Border #90369
    Mahesh
    Participant

    @antoon: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #content .gallery-columns-3 .gallery-item img {
        padding: 6px !important;
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @robertl: Go to Dashboard=> Apperance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
    #promotion-message, #featured-content {
    background-color: transparent;
    }
    Note: You have an error in Custom CSS while commenting please correct it first.

    Regards,
    Mahesh

    in reply to: Align Header image and Title #90358
    Mahesh
    Participant

    @derfabi2016: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-logo img {
        display: inline-block;
    }
    #hgroup.with-logo {
        clear: none;
        float: left;
        padding-top: 70px;
    }
    
    @media screen and (max-width: 540px) {
    	#site-logo {
            float: none;
        }
        #hgroup.with-logo {
            float: none;
            padding-top: 20px;
        }
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @robertl: I assume you have managed to resolve it by yourself. As I checked your site, you are using following CSS:

    #main .page header.entry-header {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Customizing .catchresponsive-nav-menu and outline #90348
    Mahesh
    Participant

    @robertl: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .nav-primary {
        background-color: transparent;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    
    .catchresponsive-nav-menu .current-menu-item > a, .catchresponsive-nav-menu .current-menu-ancestor > a, .catchresponsive-nav-menu .current_page_item > a, .catchresponsive-nav-menu .current_page_ancestor > a {
        background-color: transparent;
    }
    
    .catchresponsive-nav-menu li:hover>a {
    	background-color: transparent;
    }

    Regards,
    Mahesh

    in reply to: Whole header messed up #90346
    Mahesh
    Participant

    @nadiahri: I checked your site and the site is looking fine to me. Can you please clarify more on Header completely messed up. What problem are you facing?
    And about the Font Family and Font Size, both are working fine on your website. The fonts are displaying fine too, you are using “Quattrocento Sans”,sans-serif and font size are working all well.
    Please clarify more if I didn’t get it and this is not what you mean.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Removing or Reducing Pages #90342
    Mahesh
    Participant

    @sj: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Font and size family features not responding #90339
    Mahesh
    Participant

    @nadiahri: I checked the features and is working fine on our server. Have you installed any plugins, try disabling it. And if you have some Custom CSS for font family or size modification please remove it as the Custom CSS may override font family or size styles.
    Let me know if any problem. And please post in your site URL.

    Regards,
    Mahesh

    in reply to: Reponsive Tables #90338
    Mahesh
    Participant

    @ffwa: You can create a table with following code and it is automatically responsive.

    <table>
        <tr>
            <td>Col 1</td>
            <td>Col 2</td> 
            <td>Col 3</td>
        </tr>
    </table>

    Regards,
    Mahesh

    in reply to: Featured Post Slider Disappeared Since Theme Update #90336
    Mahesh
    Participant

    @dt2791: Go to Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options and make sure Homepage or Entire Site option is selected in Enable Slider. Also make sure that you have put the valid post IDs. And please try disabling the plugins if you have installed any. In our server, the slider is working fine.
    Let me know if the problem persists.

    Regards,
    Mahesh

    in reply to: Header after updating to 4.6.2 #90334
    Mahesh
    Participant

    @st: Have you filled up the form above? If not please do it and let me know when you’ve submitted the form and our team will check the issue.
    https://catchthemes.com/blog/customizer-not-working-wordpress-update/


    @ejzohn
    : Please fill up this form in the link below with your issue and details and let me know when you’ve submitted the form and our team will check the issue.
    https://catchthemes.com/blog/customizer-not-working-wordpress-update/

    Regards,
    Mahesh

    in reply to: Border #90329
    Mahesh
    Participant

    @antoon: Replace the above CSS

    .entry-content td:nth-child(1) {
        padding: 0 0 0 140px;
        text-align: left;
    }

    with this one.

    .entry-content td:nth-child(1) {
        padding: 0 0 0 20%;
        text-align: left;
    }

    Note: Changing px to % helps to display table the same in both responsive and normal mode.
    Hope this helps. Let me know if any trouble.

    Regards,
    Mahesh

    in reply to: Custom page template #90294
    Mahesh
    Participant

    @edusanz: For this, you’ll need to hire a customizer.

    Regards,
    Mahesh

    in reply to: clean journal mobile version problem #90293
    Mahesh
    Participant

    @asumi: Thank you for your appreciation. If you like my support and Catch Responsive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/clean-journal?rate=5#postform

    Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 3,801 through 3,820 (of 4,908 total)