• 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

    (@inkthemescom)

    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: https://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

    (@ionwordpress)

    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

    (@inkthemescom)

    Hello,

    Could you please provide us ‘URL’ of your site so that we can better assist you?

    Thanks!

    Thread Starter ionwordpress

    (@ionwordpress)

    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

    (@inkthemescom)

    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.