Title: Adding text via custom css
Last modified: August 30, 2016

---

# Adding text via custom css

 *  [dessy.raza](https://wordpress.org/support/users/dessyraza/)
 * (@dessyraza)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/adding-text-via-custom-css/)
 * I need to add the title
 *  Cruse
    Investments
 * to the top of my webpage in white letters. Does anybody know the code I can use
   for this? I want it to be on the right side of the logo and on the left of the“
   Call us…”
 * Here is the website: [http://cruseinvestments.com/](http://cruseinvestments.com/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [codemovement.pk](https://wordpress.org/support/users/codemovementpk/)
 * (@codemovementpk)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/adding-text-via-custom-css/#post-6655132)
 * Hi,
 * I think it’s not a good idea to add text via css, please look for the options
   from admin side in the customize, or create a child theme and change the text
   in the header.
 * [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
 *  Thread Starter [dessy.raza](https://wordpress.org/support/users/dessyraza/)
 * (@dessyraza)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/adding-text-via-custom-css/#post-6655136)
 * That seems pretty complicated. Isn’t there a text widget or something that I 
   can add as a layer on top of the template?
 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/adding-text-via-custom-css/#post-6655233)
 * Most themes have a setting where you can enter a site title. Might be worth checking
   with your theme vendor’s support service.
 * It is a bad idea to add text via css, but if you must:
 *     ```
       h1 {width:500px}
       h1:after {content:"Cruse Investments"; margin-left:30px; color:#fff; font-size:40px; vertical-align:70%}
       ```
   
 * If your theme does not have a setting where you can enter custom css, you can
   use a plugin like this one:
    [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding text via custom css’ is closed to new replies.

## Tags

 * [text](https://wordpress.org/support/topic-tag/text/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/adding-text-via-custom-css/#post-6655233)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
