Change child theme CSS
-
Hi,
I’m using wordpress through godaddy and am trying to change my child theme css. I’ve downloaded the ‘celebrate’ theme and created a child theme which is activated. When you visit my site you can see the celebrate theme with my information (I put in my own menu titles through the child theme path ‘appearance–>menus’), but nothing changes when I try to change the CSS in the editor and press ‘update file’. This is my CSS: (I only tried to change the ‘color’ in the menu)
/* Theme Name: Celebrate-child Theme URI: http://themehall.com/celebrate Description: Child theme for the Celebrate theme Author: emitiktak Author URI: http://themehall.com/ Template: celebrate Version: 0.1.0 */ @import url("../celebrate/style.css"); #menu-primary li a { display: inline-block; padding: 25px 25px; border-bottom: none; color: black; text-decoration: none; text-transform: uppercase; }Does anyone know why this might be? Any help is appreciated!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Change child theme CSS’ is closed to new replies.