• Resolved mudante

    (@mudante)


    I’d like to add some shadow to the title and description of the site. Which one is the style value? Or, better, the code to enter in the custom CSS? Something like:

    .??? {
    text-shadow: 2px 2px 5px #000;
    }

    Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thanks for writing in,

    First of all we require your website URL to take a closer look into your setup and provide you with a detailed answer. Meanwhile you can try this code below by adding following code under Appearance > Theme Options > Custom CSS:

    #logo a {
      font: bold 39px Roboto;
      color: ;
      letter-spacing: -.03em;
      text-shadow: 2px 2px 5px #000;
    }
    
    #tagline {
      font: normal 13px Roboto;
      color: ;
      text-shadow: 2px 2px 5px #000;
    }

    Thanks.

    Thread Starter mudante

    (@mudante)

    Hello emranemranx and thanks for you reply.

    I didn’t have a chance to fully work on it but I’ll keep you informed.

    Later, Cheers!

    Thread Starter mudante

    (@mudante)

    Hello emranemranx!
    Finally I got to add the shadow to the tittle and tagline today using the code you suggested. IT WORKED! I just slimmed them by using only the “text-shadow” rule or attribute?

    #logo a {
       text-shadow: 2px 2px 5px #000;
    }
    
    #tagline {
       text-shadow: 2px 2px 5px #000;

    In this way I still may have the options to alter the font and separation on the Theme Options-Typography panel.
    Many thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text -shadow on blog title and description’ is closed to new replies.