Title: Title colour change
Last modified: July 14, 2022

---

# Title colour change

 *  [JenniferCross](https://wordpress.org/support/users/jennifercross/)
 * (@jennifercross)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/title-colour-change/)
 * Hi Kharis, on the homepage, video section, I’d like to change the title ‘Videos’
   to colour #d79124 – do I need a bit of code to make this change?
 * Thanks,
    Jen
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftitle-colour-change%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [nidhidhandhukiya](https://wordpress.org/support/users/nidhidhandhukiya/)
 * (@nidhidhandhukiya)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/title-colour-change/#post-15825779)
 * Hello [@jennifercross](https://wordpress.org/support/users/jennifercross/)
    This
   can solve your issue.
 *     ```
       .panel-widget-style .widget-title {
           color: #d79124;
       }
       ```
   
 *  Thread Starter [JenniferCross](https://wordpress.org/support/users/jennifercross/)
 * (@jennifercross)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/title-colour-change/#post-15828202)
 * Thanks for this. However, the Arbitration section title has also now turned orange,
   I wish to keep that one #363534 – please could you help me to do that?
 * Many thanks,
    Jen
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/title-colour-change/#post-15839136)
 * Hi Jen,
 * I am sorry for the delay in response.
 * To have a unique style for specific element in a particular row, you should first
   add a unique class name to respective widget or row. Some page builder plugin
   usually have an option for this.
 * So you can use this CSS code after enabling a unique class name selector to the
   wrapper element (it could be widget or row).
 *     ```
       .your-unique-element-class .widget-title {
           color: #d79124;
       }
       ```
   
 * Hope this reply helps.
 *  Thread Starter [JenniferCross](https://wordpress.org/support/users/jennifercross/)
 * (@jennifercross)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/title-colour-change/#post-15841330)
 * Hi Kharis,
 * Thanks for getting back to me.
 * I am trying to change to title ‘Arbitration’ to white on the home page, I’ve 
   tried this Custom CSS code, but perhaps it isn’t right as it doesn’t work:
 * .#pg-773-8.widget-title {
    color: #fff; }
 * How do I enable a unique class name selector, please?
 * Thanks,
    Jen

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

The topic ‘Title colour change’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/moesia/1.54/screenshot.png)
 * Moesia
 * [Support Threads](https://wordpress.org/support/theme/moesia/)
 * [Active Topics](https://wordpress.org/support/theme/moesia/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/moesia/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/moesia/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [JenniferCross](https://wordpress.org/support/users/jennifercross/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/title-colour-change/#post-15841330)
 * Status: not resolved