How to add CSS effects into a WordPress Website ?

Discussion in 'CSS' started by Veer#, Aug 14, 2014.

  1. #1
    It mostly comes in 3 parts. CSS, HTML and JavaScript. Say we are using Vantage theme. Where should we put these to get a some CSS effects ? Thanks.
     
    Veer#, Aug 14, 2014 IP
  2. alfieindesigns

    alfieindesigns Well-Known Member

    Messages:
    128
    Likes Received:
    5
    Best Answers:
    2
    Trophy Points:
    130
    #2
    Hi Veer,

    To add CSS in Wordpress there are different ways:
    1. in header.php (manually add it before the <?php wp_head(); ?>)
    2. by wp_enqueue_style (http://codex.wordpress.org/Function_Reference/wp_enqueue_style)

    To add JS in Wordpress... :
    1. in header.php or footer.php defends on your theme setup.
    2. wp enqueue script (http://codex.wordpress.org/Function_Reference/wp_enqueue_script)

    I hope this help or gives you idea at least.

    Thanks and God bless always!
     
    alfieindesigns, Aug 27, 2014 IP
  3. Veer#

    Veer# Member

    Messages:
    48
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #3
    Thank you.
     
    Veer#, Sep 2, 2014 IP