Title: How do make these changes?
Last modified: August 21, 2016

---

# How do make these changes?

 *  Resolved [simple-man](https://wordpress.org/support/users/simple-man/)
 * (@simple-man)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/)
 * Hi Richie,
 * Please see this site: dnvoice.com
 * How can I change the following:
 * 1. Red ribbon (at top) color to some other color
    2. Font “types” of the page
   titles (appraisal, brokers, etc) in this red ribbon 3. Font “size” of the page
   titles (appraisal, brokers, etc) in this red ribbon
 * 4. Font “types” of the category titles (currently only one category showing called“
   uncategorized”, I will add some more soon).
    5. Font “size” of the category titles
 * Thank you very much for your help.
    Regards.

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

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/#post-4616790)
 * did you check wp-admin->appeareace->theme option??
 *  Thread Starter [simple-man](https://wordpress.org/support/users/simple-man/)
 * (@simple-man)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/#post-4616800)
 * Yes, I checked these but can’t figure out how to do the above changes.
 * Please help.
    Thank you.
 *  Thread Starter [simple-man](https://wordpress.org/support/users/simple-man/)
 * (@simple-man)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/#post-4616808)
 * I am also not able to change the font “size” of the: page names in the top ribbon
   and also of the slogan under the domain name.
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/#post-4616812)
 * not sure how you can miss it unless you’re using another theme not mesocolumn
   theme.
 * in wp-admin->appeareance->theme option, look for design settting->top navigation
   color to change the ‘ribbon’ color
 * look for fonts setting to change fonts for body text, headline text and navigation
   text.
 * you need to look for the font size in css yourself to change the font size.
 *  Thread Starter [simple-man](https://wordpress.org/support/users/simple-man/)
 * (@simple-man)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/#post-4616871)
 * Ok great, I am beginning to get familiar with changing fonts and colors.
 * Q1: Which css file or area do I look in, to change the “font size” of the site
   title and headline line?
    Q2: How do I make the Title (DNVoice) letters different
   colors (for example: Red for “D”, Green for “N”, Blue for “Voice”, etc)? Q3: 
   How do I reduce the line space in various rows in the header ribbon to reduce
   the height of the ribbon?
 * Thank you very much for your help.
    Please advise.
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/#post-4616891)
 * try not to edit the style.css, use the prepared wp-admin->theme option->custom
   css instead.
 * 1. add this to custom css
    #siteinfo h1 { font-size: 3em; }
 * 2. you can’t, better look for shortcode solution.
 * 3. not sure what you mean ?? try add this to custom css
    #custom #top-navigation.
   sf-menu a { padding:0.5em 1em; }
 *  Thread Starter [simple-man](https://wordpress.org/support/users/simple-man/)
 * (@simple-man)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/#post-4616915)
 * Thank you VERY MUCH Richie for your help.
 * 1. I could not increase the “font size” of the site “Title and Headline under
   the title” by adding your suggestion…I did not see any difference when I added
   this to custom css: #siteinfo h1 { font-size: 3em; }
 * Is there something else I can do about it?
 * 2. I will check in to the shortcodes
 * 3. It worked very nicely to reduce the padding in top-navigation.
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/#post-4616916)
 * maybe add this instead
 *     ```
       #custom #siteinfo h1 { font-size: 5em; }
       #custom #siteinfo p { font-size: 1.5em; }
       ```
   
 * adjust the em accordingly..
 *  Thread Starter [simple-man](https://wordpress.org/support/users/simple-man/)
 * (@simple-man)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/#post-4616919)
 * Hi Richie,
 * I tried the above. I don’t see any difference in ‘font size’ of the site Name/
   Title by making any adjustments to this:
    #custom #siteinfo h1 { font-size: 5em;}
 * But this works: now I can adjust the slogan/headline (below the above site title)
   text ‘font size’ by adjusting this:
    #custom #siteinfo p { font-size: 1.5em; }
 * Thank you.
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/#post-4616948)
 * how about this
    `#custom #siteinfo h1 a, #custom #siteinfo div a { font-size:
   5em !important; }`
 *  Thread Starter [simple-man](https://wordpress.org/support/users/simple-man/)
 * (@simple-man)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/#post-4616961)
 * Now it works perfect!
 * You Rock!
 * Thank you.
 *  [peeonastick](https://wordpress.org/support/users/peeonastick/)
 * (@peeonastick)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/#post-4617072)
 * Richie I love your theme! It looks beautiful on our website, I was wondering 
   if you could direct me to how to change a font colour? My ‘sale price’ is appearing
   white and my background is white so it is hidden – I can’t find any options for
   font colours, am I missing something? Thank You in advance

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

The topic ‘How do make these changes?’ is closed to new replies.

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

 * 12 replies
 * 3 participants
 * Last reply from: [peeonastick](https://wordpress.org/support/users/peeonastick/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/how-do-make-these-changes/#post-4617072)
 * Status: resolved