-
AuthorPosts
-
October 8th, 2013 at 18:21 #12865Valerie Littlewood
Hi there Could anyone tell me where to change the type size and font for the two “titles on the presentation page, the ones which go above the slider and between the slider and the columns. If possible I would like different fonts for each.
October 8th, 2013 at 19:52 #12868JimHi Valerie
There is nothing is the Parabola Settings so has to be done via custom CSS at:
#front-text1 h1, #front-text2 h1.
Just a note, I changed mine but then had an issue with responsiveness see here:
http://www.cryoutcreations.eu/forums/t/un-responsive-title-text
I hope this helps
Jim…
October 10th, 2013 at 10:36 #12900valHi there Jim, Many thanks I have tried to substitute H2 for the H1 but it just becomes very small and justified to the left. But I will keep trying. I am wondering where I find the definitions of H1 H2 etc. Perhaps I need to change one of these?
Its a good theme and I am going to persevere.
ValOctober 10th, 2013 at 13:31 #12902JimHi Val
I just went and grabbed the CSS within that element and changed things like font size, colour, font family etc. then saved it in the customCSS area within Parabola.
Ended up with something like this in the custom CSS area.
#front-text1 h1, #front-text2 h1 {
clear: both;
color: #FFF5EE;
display: block;
float: none;
font-family: marck script;
font-size: 32px;
line-height: 32px;
margin: 35px auto;
text-align: center;
text-shadow: 0 1px 2px #000000;
}It does change the text to the same for both the top and bottom titles so you may need to investigate that further.
I hope this helps…
Jim…
February 3rd, 2014 at 15:40 #21434JohannaHi, I can’t find where to change this. I have very little experience of ccd. Can you be more specific where and how. I also want to make the text (extra) smaller and lighter. Thank you!
Johanna -
AuthorPosts
The topic ‘Change size and font for presentation page "titles"’ is closed to new replies.