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
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!
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;
}
Hello,
Could you please provide us ‘URL’ of your site so that we can better assist you?
Thanks!
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
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!