Custom CSS not working since updating theme

Discussion in 'Andrina WordPress Theme' started by alchemy, Apr 14, 2014.

  1. alchemy

    alchemy Member

    Joined:
    Apr 16, 2013
    Messages:
    45
    Likes Received:
    1
    Hi guys, since I updated the theme the following custom css that you have provided for me doesn't seem to work anymore. Any ideas?

    Thanks for your help
    Neil

    Custom CSS:

    /* PHONE NUMBER AT THE TOP */
    .phone_number h1 {
    text-align: right;
    padding-right: 10px;
    font-size: 24px;
    font-family: Georgia;
    }

    /* SLIDER TEXT BOX */
    #slides .caption{
    width:200px;
    }

    /* MENU FONTS
    #menu li a {
    font-family: arial;
    font-weight:bold;
    font-size: 18px;
    }*/

    /* CHANGING CONTACT BAR TO WHITE, PADDING AROUND LOGO AND CENTERING MAIN HEADING */
    .feature-content h1 {
    text-align: center;
    }
    .index-info a{
    color:white;
    }
    .menu_wrapper{
    margin-bottom:4;
    }
    .header{
    padding-top:4;
    }
    .header .logo img{
    margin:0;
    }

    /* ADDING MORE SPACE THE CONTACT AREA */
    .index-info .index-info-three {
    margin-left: 50px;
    }

    /* IMAGE HOVER EFFECT */
    .full-width img:hover {
    opacity: .50;
    }
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page