Title: 2.02 Changes
Last modified: November 13, 2016

---

# 2.02 Changes

 *  Resolved [rathanacio](https://wordpress.org/support/users/rathanacio/)
 * (@rathanacio)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/2-02-changes/)
 * I’m not crazy about the changes in font and color in the new version. Is there
   a way I can go back to my initial look without reverting back to the old version?
   The green in the footer is ok but seems to be a brighter green that the one that
   was previously used for my company name in the nav bar (or header?). I would 
   like the company name to be the original green again. Also, the font over the
   photo in the banner is different but I’m not sure what changed…I just don’t like
   the look as well. Maybe it was upper case before?
 * Thanks for the help.

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

 *  Theme Author [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * (@lyrathemes)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/2-02-changes/#post-8431249)
 * I am sorry to hear you don’t like the changes. This was a design decision made
   by the team and we decided to go with it now rather than later, when it would
   have affected a lot more installations. This was required because we were making
   these changes to the Pro version of the theme and wanted a seamless transition
   for people who were upgrading.
 * Having said that, we are still loading the other font (Raleway) that was in use
   before the changes. Also, the green you refer to is exactly the same green, no
   changes there.
 * For the company name to be shown in green, add this to the custom CSS field:
 *     ```
       a.navbar-brand.text-logo {
           color: #5e9f00;
       }
       ```
   
 * Try this for the headings:
 *     ```
       .block-title {
           font-family: 'Raleway', sans-serif;
           font-weight: bold !important;
           text-transform: uppercase;
       }
       ```
   
 * Let me know how it goes.
 *  Thread Starter [rathanacio](https://wordpress.org/support/users/rathanacio/)
 * (@rathanacio)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/2-02-changes/#post-8435796)
 * Thank you. I’ll try this at my first opportunity.

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

The topic ‘2.02 Changes’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/vega/3.0.0/screenshot.jpg)
 * Vega
 * [Support Threads](https://wordpress.org/support/theme/vega/)
 * [Active Topics](https://wordpress.org/support/theme/vega/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/vega/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/vega/reviews/)

## Tags

 * [font](https://wordpress.org/support/topic-tag/font/)
 * [version update](https://wordpress.org/support/topic-tag/version-update/)

 * 2 replies
 * 2 participants
 * Last reply from: [rathanacio](https://wordpress.org/support/users/rathanacio/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/2-02-changes/#post-8435796)
 * Status: resolved