hello.
i would like to change font family, size thickness on this particular word. and i want the headline to appear centered.
hello.
i would like to change font family, size thickness on this particular word. and i want the headline to appear centered.
Hello @joziguy,
Thanks for asking.
As you are using clasic headline element, please add class name ex- custom-headline-change-font (https://www.screencast.com/t/mddJgFovne). After that add following CSS in X > Launch > Options > CSS:
.custom-headline-change-font {font-size: 25px; font-family: "Times New Roman", Georgia, Serif;}
To center align text, please center align option as shown in screenshot. https://screencast.com/t/OuFS8dNo
Please change font family and class name as per requirement.
Thanks.
cool it worked. one thing didnt work though. i would like to have a font weight of 100. but when i apply different thicknesses nothing changes…
edit: my goal is to have a header on the image. i would like to have a thin font with a bit of letter space. at the moment i am really stuck. it seems like no changes i do in the css do anything. dont know much about css so its a bit confusing. any chance for someone to help me here?
something like this:
any help would be much appreciated!!
Hi There,
Is this your website: http://patricklemmer.com/?
It’s in construction mode so please provide us with your admin account so we can take a closer look.
Thanks.
yes thats my website
Hello There,
I have checked your site and it turns out that Raleway 100 is not loaded on the page which is why font-weight: 100;
is not working. To be able to resolve this, you must have the code updated like this:
@import url('https://fonts.googleapis.com/css?family=Raleway:100');
.custom-headline-change-font {
font-size: 25px;
font-family: 'Raleway', sans-serif;
font-weight: 100;
}
Hope this helps.
where must i add it? i added it to theme options->css nothing happens, x->launch->options->css nothing happens, section css nothing happens
Hi There,
Please try adding that custom CSS under style.css
file locates in your child theme.
Hope it helps
not working
dont know much about css and all of that so i might miss something here…
edit: ok it works. i forgot to add the class in the section. my bad. thanks for your help guys!
edit: doenst work anymore. something weird is going on.
Hey @joziguy,
I’m very sorry for the confusion here. I will go back to your first post here.
First, you do not need CSS for this because this is readily available. All you need to do is follow the steps below.
1.) Setup a font you’d like to use for your Headline in Font Templates.
2.) Use a Headline (NOT Classic Headline) element
3.) In the Text setting of the Headline element, choose the font template you created in the first step.
Here’s a demo of the steps.
If you wish to continue using the Classic Headline, you need to investigate the CSS issues on your own or hire a web developer. We have an in-house custom development team ready to assist you further. You can contact them at pinnacle@theme.co
Thanks.
wow. perfect. it works. thank you so much for your help!
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.