Forum Replies Created

Viewing 20 posts - 1,121 through 1,140 (of 4,908 total)
  • Author
    Posts
  • in reply to: Change font size #112062
    Mahesh
    Participant

    @wouwonline: This can be done with custom CSS, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .entry-title, 
    #promotion-message h2, 
    #featured-content #featured-heading {
        font-size: 35px;
    }
    
    body {
        font-size: 25px;
    }

    Regards,
    Mahesh

    in reply to: Jetpack tiled gallery not working #112061
    Mahesh
    Participant

    @wouwonline: Checked the same on our server and its working fine. What error do you get? You are using child theme, does the problem occur in parent theme as well? Please try and check. Let me know further. And to put jetpack gallery so we could check on your server for the issue.

    Regards,
    Mahesh

    in reply to: Mobile Menu isn´t working #112010
    Mahesh
    Participant

    @bodycontest: May be some custom styles in style.css may have caused the issue.

    Regards,
    Mahesh

    in reply to: Delete information from blog page #112009
    Mahesh
    Participant

    @wouwonline: Go to Dashboard=> Appearance=> Customize=> Static Front Page and select A static page in Front Page displays option. Then select the page in Front page dropdown you want to display as Homepage.

    Regards,
    Mahesh

    in reply to: text on featured post slider #112003
    Mahesh
    Participant

    @francesca78: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Unable to remove code on footer #112001
    Mahesh
    Participant

    @guzie: We’ll need to check on your server of the issue. We’ll contact you through an email shortly.

    Regards,
    Mahesh

    in reply to: Featured Slider – alt="" Tag #111999
    Mahesh
    Participant

    @marie21: Please try disabling all the plugins and try again. Let me know further.

    Regards,
    Mahesh

    Mahesh
    Participant

    @wire51: No, there is no definite format. You can format it as desired using HTML. You mean as Social link? Go to Dashboard=> Appearance=> Customize=> Social Links=> Predefined Social Icons and add email in Email field.

    Regards,
    Mahesh

    in reply to: Switch image buttons and border for image slider #111996
    Mahesh
    Participant

    @themecatcher: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Top Menu Backround and font Color #111995
    Mahesh
    Participant

    @malni: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .catchbase-nav-menu a, 
    .sidebar-header-right .widget_nav_menu a {
        color: #fff;
    }
    
    .nav-primary,
    .catchbase-nav-menu .sub-menu a {
        background-color: #ffd700;
    }

    Regards,
    Mahesh

    in reply to: How to add social icon to footer #111994
    Mahesh
    Participant

    @kiana: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Featured Slider – alt="" Tag #111993
    Mahesh
    Participant

    @marie21: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Clean Education Pro Upgrade Benefits #111991
    Mahesh
    Participant

    @verstandt: Please check the theme instruction for detail.
    https://catchthemes.com/theme-instructions/clean-education-pro/
    Clean education has max-width of 1320px.

    Regards,
    Mahesh

    in reply to: text on featured post slider #111990
    Mahesh
    Participant

    @francesca78: To display just post title on the slider, first enable text on the slider. Then go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:

    #main-slider .slides .entry-content {
        display: none;
    }

    For color and font, add the following CSS:

    #main-slider .slides .entry-title a {
        color: #00ff00;
        font-size: 50px;
    }

    Note: Adjust font-size and color as desired.

    Regards,
    Mahesh

    in reply to: Custom Social Icon hover #111989
    Mahesh
    Participant

    @shyfrog: There has been a small bug on the theme, and will be fixed on the next update. For quick fix, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .custom-icon.has-hover .icon-hover {
        display: none;
    }
    
    .custom-icon.has-hover:hover .icon-hover {
        display: inline ;
    }
    
    .custom-icon.has-hover:hover .icon-static {
        display: none;
    }

    Thank you for the suggestion, we’ll see about that. But theme already does have custom social icons option.

    Regards,
    Mahesh

    in reply to: Mobile Menu isn´t working #111988
    Mahesh
    Participant

    @bodycontest: Checked your site. You are using child theme. Please activate parent theme and check if the issue persists. If not, the issue is within the child theme. Checked the same on our server, and is working fine.
    Let me know further.

    Regards,
    Mahesh

    Mahesh
    Participant

    @sorinaina71: Clean Box free version only have Featured Page option. Featured Post option is available in Pro version along with other much more features. I recommend you to upgrade to Pro.

    Regards,
    Mahesh

    in reply to: Template blog page #111986
    Mahesh
    Participant

    @philsstein: Sorry, but the theme doesn’t come with any page template. If you do want one, you’ll need to create a child theme and customize it and make custom page template. You can find more details on creating child theme HERE.

    Regards,
    Mahesh

    in reply to: White-space in text #111985
    Mahesh
    Participant

    @parure: Where do you actually want the white space? Putting white space on body will ruin the design, with text on your site displaying randomly (causing design issue). Heading does have white-space property.
    Let me know how may I help you further.

    Regards,
    Mahesh

    in reply to: Flipping the Featured Header with the Banner #111984
    Mahesh
    Participant

    @omradiocom: On the all above mentioned things, adding widget to the side of the slider, you’ll need to custom the html structures so I recommend you to hire a customizer. (includes 3 and 5)
    1. header strip at top (fixed-header)
    -> You want to remove the fixed header?

    2. Logo / Banner widget
    -> Full Frame Pro has Header Right widget feature, I recommend you to upgrade to Pro

    4. Content/Primary Widget
    -> Go to Dashboard=> Appearance-> Customize=> Theme Options=> Layout Options and select Content, Primary Sidebar in Default Layout option.

    5. Answered above.

    6. Footer
    -> Footer Editor feature is available in Pro version so you can put any text in the footer as desired. I recommend you to upgrade to Pro.

    Regards,
    Mahesh

Viewing 20 posts - 1,121 through 1,140 (of 4,908 total)