-
AuthorPosts
-
October 20, 2017 at 8:47 pm #866851
Hello
I’m a real beginner on website and Enfold ?
Is there a simple way to change the font (with Rock Salt) of just the slider’s title ? and what is the detailled way of doing this ?
Many thanks
GrammOctober 21, 2017 at 12:45 pm #867032Hey Gramm,
Please post a link to your site and point out what you would like to change and how so that we can have a closer look. Did you import the font already? http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Best regards,
RikardOctober 25, 2017 at 11:09 am #868653Hello
Thank you
I open the website just for you to go : http://www.kyramedias.com
I just want to have with the google font “Rock salt”, the title of the 3 sliders in this font. And I do not know how to do this.Many thanks
October 25, 2017 at 11:13 am #868658Ans is it possible to have a name in the menu which will not point on an another page but on a part of the main page.
If you look on kyramedias, I would like to have in the menu, the word “notre expertise” which will be connected to this part of the home page.
Many thanks
October 27, 2017 at 8:02 am #869438Hi,
The site is down. Please contact your hosting provider. If you want to add the font, please add this code in the functions.php file.
function ava_add_google_font() { wp_enqueue_style( 'avia-gf-rock', 'https://fonts.googleapis.com/css?family=Rock+Salt', false ); } add_action( 'wp_enqueue_scripts', 'ava_add_google_font' );
And then use the following css code in the Quick CSS field.
h1, h2, h3, h4, h5, h6 { font-family: 'Rock Salt', cursive; }
Best regards,
IsmaelNovember 10, 2017 at 6:47 pm #875292Hello?
Many thanks
But as I told you, I am a real beginner : the first part of your message is ok but how do I “use the following css code in the Quick CSS field.” ? which file do I have to open ?
Thanks
November 10, 2017 at 7:06 pm #875303I implemented your code in the style.css file
But it doesn’t work . I still cannot access to Rock Salt whent I want to change H1 font.
Could you tell me what to do
Regards
November 12, 2017 at 10:22 pm #875852I would also like to have cabin as the standard font, but I do not know how to correct the child theme which is with another font
Thank
November 13, 2017 at 5:13 am #875940Hi,
Please create a test page and then insert the following code or headings in the editor.
<h1>Test this text</h1> <h2>Test this text</h2>
Replace the css code with the following.
#top h1, #top h2, #top h3, #top h4, #top h5, #top h6 { font-family: 'Rock Salt', cursive !important; }
You can find the Quick CSS field in the Enfold > General Styling panel.
Best regards,
IsmaelNovember 14, 2017 at 12:05 am #876383Hello
It’s working, wonderfull and thank you.
2 more questions– how to have just H1 and H2 in “Rock Salt” but all the rest in “cabin” font ?
– where to change the font for legend of icon ?Many thanks
November 14, 2017 at 12:47 am #876399And what is the ccs code for the Slideshow titles if I want to be in Rock Salt
Many thanks
November 14, 2017 at 8:52 am #876498Hi,
1.) Replace the css code with the following.
#top h1, #top h2 { font-family: 'Rock Salt', cursive !important; }
2.) What do you mean by “legend of icon”? Please create a test page so that we can inspect it.
3.) What kind of slider are you using? Please try this.
.avia-caption-title { font-family: 'Rock Salt', cursive !important; }
Best regards,
IsmaelNovember 14, 2017 at 11:21 pm #876848Hello
1/ I opened an access to you if you want to visit the page “Accueil” which is the only one done today
log : Test Kriesi
mail : (Email address hidden if logged out)
password : m4WZ9DHHY8sfZiAH%qU7p^68
http://kyramedias.com/wp-admin2/ I have tried to create another color section with icons (see another question on the forum)
I had 2 pbs :
– it never backed up this section and I cannot find out why; I tcreated many times this section after the newsletter form, but it erased after going on the website to see the page ?????
– when I created the icon section, i wanted to add legend to the icon; I never succeeded to have it in “cabin” font; There is a general font somewhere which seems to predominate.. And I do not know where to change this font.
In other terms, how is it possible to have “cabin” as the general font for evething (now I know how to change H1 ans H2 in Rock Salt)
Many thanks- This reply was modified 7 years ago by ctancrede.
November 16, 2017 at 5:57 am #877372Hi,
I have tried to create another color section with icons (see another question on the forum)
What other question? I’m sorry but I’m a bit confuse with your inquiries. Where are the icons? I can’t find any icons in the “Accuel” page. Are you referring to the icons’ tooltip? Could you provide a screenshot so that we can understand it better?
Best regards,
IsmaelNovember 16, 2017 at 5:35 pm #877623Hello
I got a double pb : one on the fonts and you gave me an answer (incomplete as I asked you where to change the general font for all the stuff)
The second whixh mad me crazy: on my front page (you can see it with the code above), I had 4 color sections. I tried many times to add 2 more.
– I created both of them
– I very carrefully save the page
– I check on the website if all appeared : yes
– I came back to WP to change things but the 2 last sections had disappeared !!!I tried many tiimes with always the same consequences. No error message, no information…..
I realy do not know what to do
Many thanks
November 18, 2017 at 7:47 am #878378Hi,
I’m very sorry for the confusion.
1.) Please go to the Enfold > General Styling > Fonts panel to change the font.
2.) I created a duplicate of the front page and then added two color sections but I can’t reproduce the issue. ( see private field )
Best regards,
IsmaelNovember 18, 2017 at 12:25 pm #878528Many thanks for your help. I fix (but I do not know how) the bug
November 19, 2017 at 11:42 pm #878901 -
AuthorPosts
- You must be logged in to reply to this topic.