Forum Replies Created

Viewing 20 posts - 10,881 through 10,900 (of 12,027 total)
  • Author
    Posts
  • in reply to: Change the default fonts #148746
    Skandha
    Participant

    @marcooooo: Glad I was able to help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Problems with slider #148745
    Skandha
    Participant

    @swarm: The text shown in the slider is not possible to change. Either you can hide the text in the slider
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

    Or Decrease the excerpt length
    Go to => Appearance => Customize => Theme Options => Excerpt Options => Decrease the Excerpt Length

    What you can try is create a new page and create a gallery with same images but no captions. This might solve your issue.

    You can even get a professional to get your site customized. For this, I suggest you to hire a customizer.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    in reply to: Hide Page Titles? #148742
    Skandha
    Participant

    @bodybyhaleybenson: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .entry-title {
    	display:none;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Full RSS Feed with Theme Excerpts? #148741
    Skandha
    Participant

    @mohaftig: Go to => Settings => Reading => For each article in a feed, show => Full Text
    This is the way to do it but looks like there is some issue with the wordpress core. The full text option doesn’t seem to be working. This should be fixed soon.

    Kind Regards,
    Skandha

    in reply to: Change the default fonts #148739
    Skandha
    Participant

    @marcooooo: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu li {
    	font-size:17px;
    }

    You can change the font-size according to your requirement.
    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: posts to be displayed on home page #148738
    Skandha
    Participant

    @wolpertinger: Please post in your site URL and let me know which post you want not to be displayed.

    Kind Regards,
    Skandha

    in reply to: Post titles don't show #148701
    Skandha
    Participant

    @joshua: There seems to be an issue with the page/post titles. I will get back to you soon on this.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @nomis: The issue has been resolved and will be updated in the next theme update. Thank you for reporting us the issue.

    Kind Regards,
    Skandha

    in reply to: Number is not visible in the cart #148692
    Skandha
    Participant

    @skynet: Thank you for reporting the issue. It will be resolved in the next theme update. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Problems with slider #148691
    Skandha
    Participant

    @swarm: You seem to have disabled right click on your site. Please enable it so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Problems with slider #148689
    Skandha
    Participant

    @swarm: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Mobile view not working #148668
    Skandha
    Participant

    @jennifersimsdesign-com-au: Glad you could figure it out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    Skandha
    Participant

    @nomis: There seems to be an issue with this. I will check the issue and get back to you soon.

    Kind Regards,
    Skandha

    in reply to: Change the default fonts #148661
    Skandha
    Participant

    @marcooooo: Go to => Appearance => Customize => Additional CSS and the following CSS Code.

    To change font of text and menu bar

    .menu, .entry-content, .entry-summary {
         font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    }

    To use Shadows into light font first you will need to create a child theme. If you do not to how to create a chlild theme you can use Generate Child Theme plugin. Then download the Shadows into light font and paste the font files into your child theme folder in fonts folder. Also add the following CSS Code to style.css in your child theme folder.

    @font-face {
        font-family: Shadows;
        src: url(fonts/ShadowsIntoLight.ttf);
    }

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    To change font of post title

    article .entry-title, .widget-title {
         font-family:Shadows;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Footer layout #148652
    Skandha
    Participant

    @adriana-pulicicchio: I’m afraid we cannot provide you the demo content. You can check out the theme instruction or let me know what you would like to add to the footer and I shall help you out accordingly.

    Kind Regards,
    Skandha

    in reply to: Mobile theme responsive? #148651
    Skandha
    Participant

    @visionvogue: Please post in your site URL so that I can look in to the issue.

    Kind Regards,
    Skandha

    in reply to: Number is not visible in the cart #148650
    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS.

    .qty.text{
         padding-left:4px;
         padding-right:4px;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Posting showing in Simple Catch Theme Header #148637
    Skandha
    Participant

    @constanttime: Please post in your site URL.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @nomis: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Change the default fonts #148624
    Skandha
    Participant

    @marcooooo: The font family option is not available in the free version of the theme. I suggest you to upgrade to pro. You can also check out the additional-features available in pro version of the theme.

    Alternately you can also use additional CSS Code to change fonts.
    Let me know what you would like to do.
    Kind Regards,
    Skandha

Viewing 20 posts - 10,881 through 10,900 (of 12,027 total)