Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58408
    Cattext
    Participant

    The header text has a shadow behind it (I mean the text that’s next to our logo).
    I’d like to change the color of the shadow.
    I thought I needed this piece of code and put in the stylesheet of my child theme:

    .site-title {
      text-shadow: 2px 2px #fff;
    }

    and change the color there, but that’s not it.
    Can you please help me?

    #58422
    Sakin
    Keymaster

    @Cattext: Please share your site URL, as Catch Kathmandu Pro theme doesn’t have shadow for site title. You can check in our demo page http://catchthemes.com/demo/catch-kathmandu/. If you are trying to add in that you can add as the following css:

    #hgroup-wrap #site-title a {
      text-shadow: 2px 2px #fff;
    }
    #58428
    Cattext
    Participant

    Here is the link: http://www.egyptologie.nl/Boekenverkoop/
    There’s a shadow there, but I didn’t put it there (well, not that I know of…)

    #58432
    Sakin
    Keymaster

    @Cattext: Ok then you can add the following css in your child theme style.css file.

    #hgroup-wrap #site-title {
      text-shadow: 2px 2px #fff;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change shadow color header’ is closed to new replies.