Okay
  Public Ticket #1680857
Changing Animation and Icons
Closed

Comments

  • Gearslutz started the conversation

    Hi 

    How Changing Animation of Particle Backround and Icons see screenshot


  •  2,010
    Ocean replied

    Hi,

    Sorry can't change animation now, just disable it in row settings.

    About icons, you can add css code to change position in your WP Admin -> Appearance -> Customize -> Additional CSS: http://prntscr.com/gbgkc9

    .header-image .right-icon{ top: ; right: ; }
    .header-image .left-icon{ top: ; left: ; }



  • Gearslutz replied

    - I get Errors when using it. it even doesnt allow me to save. check screenshot

    - How can I change the ICON and use my?

    - How to get in the row Setting (1.png)?


  •  2,010
    Ocean replied

    Hi,

    1. You need to enter value of top and right. 

    Example:

    .header-image .right-icon{ top: 10px; right: 10px; }
    .header-image .left-icon{ top: 10px; left: 10px; }

    2. See attach image.

    3. See attach image.

  • Gearslutz replied

    Thanks now it works