Forum Replies Created

Viewing 20 posts - 3,801 through 3,820 (of 4,888 total)
  • Author
    Posts
  • in reply to: Customizing .catchresponsive-nav-menu and outline #90348
    Mahesh
    Member

    @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
    Member

    @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
    Member

    @sj: Please post in your site url.

    Regards,
    Mahesh

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

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

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

    Regards,
    Mahesh

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

    @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

    in reply to: Header after updating to 4.6.2 #90292
    Mahesh
    Member

    @st: Please fill up this form with your issue and details and we will check the in your server.
    https://catchthemes.com/blog/customizer-not-working-wordpress-update/

    Regards,
    Mahesh

    in reply to: Disaster Both Before and After Theme Upgrade #90270
    Mahesh
    Member

    @emarie_robertson: If you have any plugins installed, please try disabling it. And yes, please do share the screenshots and please post in your site url. The theme is working fine on our server.

    Regards,
    Mahesh

    in reply to: Remove white space around header image #90268
    Mahesh
    Member

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

    #header-content {
        margin: 0 0 -8px;
        padding: 0;
    }

    Regards,
    Mahesh

    in reply to: reduce margin/padding in mobile mode #90267
    Mahesh
    Member

    @mupa: I’m afraid this is not possible.

    Regards,
    Mahesh

    in reply to: Header (Logo and header bar) before primary menu #90265
    Mahesh
    Member

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

    #masthead {
        position: fixed;
        z-index: 198;
    }

    Regards,
    Mahesh

    in reply to: Featured Slider – Remove text from images #90264
    Mahesh
    Member

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

    #feature-slider .slides .entry-container {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Several question regarding CSS #90263
    Mahesh
    Member

    @bastian: Sorry for the late reply, I checked your site.
    1. The slider in footer “Opdrachtgevers” seems to be working fine in all of your pages.

    2. Add just the background color of the right-sidebar to black and the text to white:
    Go to Dashboard=> Apperance=> Customize=> Theme Options=> Custom CSS and add the following CSS:
    /* Sidebar background-color to black and text to white */

    #secondary .widget {
        background-color: transparent;
    }
    #secondary {
        background-color: #000;
    }
    .widget .widget-title, .widget .widget-title a {
        color: #fff;
    }

    3. Center the social profiles (icons) under the text “Volg jij mij al”

    /* Center align social icons */
    .widget.widget_widget_catchflames_social_widget {
        text-align: center;
    }
    .social-profile {
        display: inline-block;
    }

    4. Make the color from the social icon profiles from grey/gray to the color black:
    This is not possible as the theme uses image for social icons.

    Regards,
    Mahesh

    in reply to: Several question regarding CSS #90161
    Mahesh
    Member

    @bastian: Please post in your site url.

    Regards,
    Mahesh

    Mahesh
    Member

    @stefanhoesli: Thank you for using Full Frame Pro. The background of header section is actually still transparent but seems it is solid grey background because there is nothing behind just the white space background.

    Regards,
    Mahesh

    in reply to: reduce margin/padding in mobile mode #90156
    Mahesh
    Member

    @mupa: Please use the following CSS.

    article.post {
        padding: 0;
    }
    article.post .entry-container {
        padding: 15px;
    }

    Do you mean to make like this?
    Let me know further.

    Regards,
    Mahesh

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