Results 1 to 3 of 3

Thread: CSS noob need a bit of help

  1. #1
    Thread Starter
    kjaonline's Avatar
    Join Date
    Jun 2009
    Location
    Philippines
    Posts
    20
    Thanks
    0
    Thanked 1 Time in 1 Post

    CSS noob need a bit of help

    Hello guys,

    I'm trying to create a child theme in vantage.

    I created the folder bukidnonbusiness in wp-admin/content/themes

    I have the following code on the style.css

    Code:
    /*
    Theme Name: My Vantage Child Theme
    Version: 1.0
    Description: A child theme for Vantage, the premium business directory theme for WordPress.
    Author: Your Name
    Author URL: http://www.bukidnonbusiness.com
    Template: vantage
    */
    @import url("../vantage/style.css");
    @import url("../vantage/styles/green.css");
    
    #site-title a {
    	width:400px;
    	height:70px;
    	margin:0 0 0 0px;
    	display:block;
    	background:url(images/logo.png) no-repeat 0 0;
    	text-indent:-9999px;
    }
    The code I added to modify my logo won't show on the site (already set it to the child theme). What am I doing wrong?

    Cheers!

  2. #2
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  3. #3
    Thread Starter
    kjaonline's Avatar
    Join Date
    Jun 2009
    Location
    Philippines
    Posts
    20
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. total noob :(
    By tradads in forum Help Using ClassiPress
    Replies: 2
    Last Post: April 26th, 2012, 01:19 PM
  2. CP Noob: How do I set/manage left and right columns
    By swapmama in forum Help Using ClassiPress
    Replies: 3
    Last Post: August 18th, 2011, 07:29 AM