Okay
  Public Ticket #865551
Few modifications
Closed

Comments

  •  2
    Sahan started the conversation

    Hello, I've managed with my multipages problem (last subject) and now I would like to do a few modifications. Can you help me with them?

    1. How to disable footer on a homepage?

    2. Can I add other social pages like instagram or vimeo to footer?

    3. Is it possible to add extra contact form input? Having "Subject" would be nice.

    4. I need to change 'montserrat' for any latin-extended font. How the font is included to the theme (@import ?) and should I just change 'montserrat' to 'new-font-name' in css? (and then adjust with the font-size)

  •  850
    Jelly replied

    Hi,

    1. If you just want disable the footer in homepage only. Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    .home #footer {display: none;}

    2. Unfortunately, it is a customize. We don't provide free customize, so your request beyond our support policy.

    3. Honestly, it's possible but like the question 2, we don't provide free customize, if you want custom it with yourself, you can do it in: \plugins\storm-plugin\blocks\jellythemes.contact-form.php.

    4. You can go in here: \stormwp\storm-jellythemes\css\storm.css then search: Montserrat and change it to Open Sans.

    Best Regards,
    Jelly Team