Change specific widget text

  • Unknown's avatar

    Hello! I need the address and phone number in the top right corner (header widget) to be either bolded or a darker color. Can someone help me with the CSS for this?

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, add the following to your custom CSS. I’ve included both a color, text shadow and font weight declaration, and you can use either or both. Bold on that particular font doesn’t add much weight.

    #text-6 p {
    	color: #fff;
    	font-weight: bold;
    	text-shadow: 2px 2px 2px #000;
    }
  • The topic ‘Change specific widget text’ is closed to new replies.