Advise needed for custom text

Permalink
Hello,

I am trying to change some custom text on my website I'm trying ! to build. I am using a custom theme and have looked over the documents but hoped someone could give me a little help.

This is the code on site with the text I want to change the fonts of.

[ <div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="wow fadeInRight" data-wow-duration="3s">
<h1>Make something beautiful</h1>
<p class="lead seren-handwritten-font" style="color: #ccc;">Lorem ipsum dolor sit amet, vim alia suscipit pertinacia ea, pro at eloquentiam concludaturque. Error dicant reprimique id per, ad vide probo harum mel. Ad mei vivendo atomorum iracundia, eam te mazim putant, recteque conclusionemque ut pri. </p>
<hr class="seren-hr"/>
</div>
</div>
</div>]

Webiste URL showing text/font want to change
http://www.macramealtarhire.com.au...

I have read over the documents and I think the answer lay in the part of the document re_ custom text.

"The HTML above has largely been explained in step 3 (above), with the exception of the <p class="lead serenhandwritten-font"></p>
and <hr class="seren-hr"/> HTML tags. The <p class="lead"></p> tag is using a
Bootstrap class to make the font a bit bigger than usual. The additional class “seren-handwritten-font” is
available for you to use if you want to apply a handwritten style font to your text (if you want to use this using
custom classes in the Content block editor, see the section titled “Custom Classes”). The <hr class="seren-hr"/>
tag is used to add a horizontal rule with your theme colour and a smaller width than the default horizontal
rule."

DOC
http://seren.pilipalawebdesign.com/application/files/9814/6797/7180... (pg.12).

At this point I am now getting a little confused. Does anyone have any links or advise how I can use custom fonts or a guide , as I guessing the coding must be generic not solely to this theme ???

Any advise would be really great

Thanks
DJC

2 Attachments

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi liz2000,

I recommend contacting the theme developer for assistance.
https://www.concrete5.org/marketplace/themes/seren/support...
Gondwana replied on at Permalink Reply
Gondwana
If the theme was written in the normal manner, you should be able to edit the block with the text from within the concrete5 user interface, when logged in as administrator. Is the text in 'Content' blocks?

The other (and often better) way is via the page 'Design' sidebar, which lets you customise the page theme.

You should only need to be dissecting html if the theme has the text hard-coded directly into it (which is unusual.