Okay
  Public Ticket #865755
social icons
Closed

Comments

  • david started the conversation

    1. is it possible to change the color of the social icons in the footer?

    2. is there something i can do deactivate the loader page in some areas?

    3. where can I edit the forms that are attached to the 'call to action (megabutton)'?

  •  840
    Jelly replied

    Hi,

    1. Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    #footer .social li .icon {color: type your color here;}

    2. Unfortunately, if you want deactivate it will disable in all site. Do you still want do it?

    3. You can change it in: \epic-jellythemes\inc\functions.shortcodes.php check line 101.

    Best Regards,
    Jelly Team

  • david replied

    thank you. 

    1. that works fine but removes the option of a hover color. can I add a string to restore and set the hover color to my choosing?

    2. no worries. Ill keep the loader

    3. thanks. thats a little above my pay grade. I was able to change the text on the submit button, but I'd like to add a field for a phone #. please advise.


    4. one more request. is it possible to remove the date on pages that aren't blog posts? when I choose to add a page thats not a home page and not a post. (like an about page) If I change the template to "no parent" (i have a scrolling home pg setup) and anything other than "blog" or "full width", the content doesn't show at all (just a header and footer). if I choose blog or full with it shows a date in the corner. please advise.

  • david replied

    never mind on #4. I have to set up another parent pg and then add child pages, yes?

  •  840
    Jelly replied

    Hi,

    1. For social icon hover:

    #footer .social li:hover .icon {
    color: type your color here;
    }

    2. The new fields for contact form will need some change in code, unfortunately we don't provide support for customization, sorry about that.

    Best Regards,
    Jelly Team