Title: &quot;Feature Text Heading&quot;
Last modified: August 30, 2016

---

# "Feature Text Heading"

 *  [ionwordpress](https://wordpress.org/support/users/ionwordpress/)
 * (@ionwordpress)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/feature-text-heading/)
 * Hi,
 * Can the texts of “feature text heading” be on 2 lines/rows? the 2nd row has a
   smaller font size?
 * Possible to Bold the feature text? change font color?

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

 *  Theme Author [inkthemescom](https://wordpress.org/support/users/inkthemescom/)
 * (@inkthemescom)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/feature-text-heading/#post-6589586)
 * Hello,
 * You can make the text bold by adding <b> & </b> tag before and after the text.
   
   For eg: <b>heading</b>
 * Here, I am providing you a video of how to make second line different from the
   first one and CSS to adjust the font-size as per your requirement.
 * Link of the video: **[http://screenpresso.com/=kwfEb](http://screenpresso.com/=kwfEb)**
 * To change the color and font-size of the feature text heading, you just all have
   to paste the below CSS code in the custom CSS field of your dashboard.
 *     ```
       .content-info.home h2 {
           font-size: 40px !important;
           color: blue !important;
       }
       ```
   
 * To adjust the font-size of second line heading of feature text heading, code 
   is below.
 *     ```
       .line {
           font-size: 31px !important;
       }
       ```
   
 * **Note:** Change numeric value as per your requirement.
 * Hope it will resolve your issue
 * Thanks!
 *  Thread Starter [ionwordpress](https://wordpress.org/support/users/ionwordpress/)
 * (@ionwordpress)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/feature-text-heading/#post-6589670)
 * Hi,
 * Thanks much for your help, especially the video clip.
 * My Colorway is **Pro Version: 3.5.1**
 * The CSS code to adjust the font size of second line heading of feature text heading–**
   Working!**
 * the CSS code is **not working**…to change color and font size of feature text
   heading.
 * >  .content-info.home h2 {
   >  font-size: 40px !important; color: blue !important;}
 *  Theme Author [inkthemescom](https://wordpress.org/support/users/inkthemescom/)
 * (@inkthemescom)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/feature-text-heading/#post-6589729)
 * Hello,
 * Could you please provide us ‘URL’ of your site so that we can better assist you?
 * Thanks!
 *  Thread Starter [ionwordpress](https://wordpress.org/support/users/ionwordpress/)
 * (@ionwordpress)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/feature-text-heading/#post-6589741)
 * Hi, sorry i could not place the url.
 * can you provide your email ? i can send you the access.
 * I saw that it work on the video you send earlier. But it cannot work for mine
   and I think it could be the different version that we are using. My version is
   Colorway Pro ver 3.5.1
 *  Theme Author [inkthemescom](https://wordpress.org/support/users/inkthemescom/)
 * (@inkthemescom)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/feature-text-heading/#post-6589744)
 * Hello,
 * Try this code for once in your custom CSS field..
 *     ```
       .content-info h1.title {
           color: blue !important;
           font-size: 41px !important;
       }
       ```
   
 * Hope it will resolve your issue
 * Thanks!

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

The topic ‘"Feature Text Heading"’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [inkthemescom](https://wordpress.org/support/users/inkthemescom/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/feature-text-heading/#post-6589744)
 * Status: not resolved