• Resolved pitiponk

    (@pitiponk)


    Hi there,

    I’m trying to change my H2 color (especially the one on the slider) with CSS… but it just doesn’t work.

    I tried this code…

    h2 {	 	
     color: #FEFEFE;	 	 
    	 	}

    But there’s no effect on the website… Changing the font using the same selector works fine, though… so I don’t know what I’m doing wrong. I’m using a child theme.

    Can someone help me ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • stephencottontail

    (@stephencottontail)

    Can you post a link to your site?

    Thread Starter pitiponk

    (@pitiponk)

    Yes, sure, it’s temporarily online : leshirondellesachalon.com

    stephencottontail

    (@stephencottontail)

    It looks like you’ve solved this problem; I can see the slider title is now white. Do you still need help with this?

    Thread Starter pitiponk

    (@pitiponk)

    I was just going to post about this ??

    So here’s the code that worked for me, finally ! :

    .slider-content .slider-title,
    .slider-content .slider-title a {
    	color: #FEFEFE;
    	font-size: 36px;
    	font-weight: 400;
    	line-height: 44px;
    }

    Hope it will help someone !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I change H2 color ?’ is closed to new replies.