Hi, my client wants to edit the style in the excerpt boxes at the home. I need to change the weight, style of some words. And I need to make paragraphs too. Is it possible?
Well, I don’t want to change the style globally, I would like to edit that paragraph like a standard post, to insert images, different font sizes. etc…
@Jesus If you could provide a link to the exact page, indicate the exact part and also tell us what you want the styling to be like then we can provide the custom css for that specific part. But we do not have the option to do show in the dashboard except via using the custom css.
@Jesus Go to the same pages that you are using for the services widget in the dashboard. Look of the ‘Excerpt’ option box and if you don’t see, look for the screen options button in the top right part and check the ‘Excerpt’ check box. You will now see the excerpt option box in some part of the screen. Now, can add the html there to add the formatting that you want there. For example to make the text bold you can add this tag <strong>Your text here</strong>. For the bullets you can do like <ul><li>First point</li><li>Second Point</li></ul> and so on. You may also have to hire a developer for this if you are not so much familiar with the html.