Forum Replies Created

Viewing 20 posts - 10,901 through 10,920 (of 12,034 total)
  • Author
    Posts
  • 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

    Skandha
    Participant

    @lizwishawgmail-com: There seems to be an issue with the image link. The issue will be fixed in the next theme update. Thank you for reporting us the issue. I am afraid it is not possible to link the text of portfolio images.

    Kind Regards,
    Skandha

    in reply to: Customize Testimonials Not Working #148584
    Skandha
    Participant

    @bodybyhaleybenson: The Testimonial Feature is not available in Fotografie Free theme. Did you mean Portfolio?
    Please post in your site URL so that I can look in to the issue.

    Kind Regards,
    Skandha

    in reply to: Footer layout #148583
    Skandha
    Participant

    @adriana-pulicicchio: Go to => Appearance => Customize => Menus => View All Locations => Social on Footer => Select the menu you want to display on the footer.

    If you have not created a menu
    Go to => Appearance => Customize => Menus => Create a Menu => Give a name to the menu and Check Social on Footer as Menu Location and Click Next => Add Items => Custom Links => Enter the URL and Link Text => Add to Menu

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

    in reply to: Images Format #148531
    Skandha
    Participant

    @musikschule-gerungs: Can you post in your site URL so that I can look in to the issue. I think it can be done with additional CSS.

    Kind Regards,
    Skandha

    in reply to: Featured Grid Hover Color #148530
    Skandha
    Participant

    @lenatime: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Remove space before feature image #148528
    Skandha
    Participant

    @nameesh: You don’t seem to be using our theme. Please post in your issues in the respective theme support forum. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Featured Grid Hover Color #148527
    Skandha
    Participant

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

    #featured-grid-content .caption {
    	background-color: rgba(18,52,86,0.6);
    }

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

    in reply to: Social media icons and search image show as squares #148508
    Skandha
    Participant

    @mikecab: I do not think this is a theme-related issue as the icons seems to be working for others who are using the theme. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Images Format #148505
    Skandha
    Participant

    @musikschule-gerungs: Please post in your site URL and let me know what would you like to do with the images size!

    Kind Regards,
    Skandha

    in reply to: Center menu pages #148504
    Skandha
    Participant

    @joshuacgibson: I’m afraid this is not possible. If you really need it I suggest you to hire a customizer for this purpose.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Want to eliminate Copyright Info in Footer #148502
    Skandha
    Participant

    @sdthunder14gmail-com: If you want to just remove the footer info
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-info {
        display:none;
    }

    If you want to edit the footer info instead let me know.
    Kind Regards,
    Skandha

    in reply to: Featured Grid Hover Color #148495
    Skandha
    Participant

    @lenatime: Please post in your site URL so that I can provide you the additional CSS.

    Kind Regards,
    Skandha

    in reply to: String "Read more…" #148494
    Skandha
    Participant

    @masfur: Go to => Appearance => Customize => Theme Options => Excerpt Options => Edit the Read More Text

    Let me know if this is what you want.
    Kind Regards,
    Skandha

Viewing 20 posts - 10,901 through 10,920 (of 12,034 total)