Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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
    Gramm

    #867032

    Hey 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,
    Rikard

    #868653

    Hello
    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

    #868658

    Ans 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

    #869438

    Hi,

    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,
    Ismael

    #875292

    Hello?

    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

    #875303

    I 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

    #875852

    I 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

    #875940

    Hi,

    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,
    Ismael

    #876383

    Hello
    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

    #876399

    And what is the ccs code for the Slideshow titles if I want to be in Rock Salt

    Many thanks

    #876498

    Hi,

    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,
    Ismael

    #876848

    Hello

    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-admin

    2/ 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 6 years, 5 months ago by ctancrede.
    #877372

    Hi,

    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,
    Ismael

    #877623

    Hello

    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

    #878378

    Hi,

    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,
    Ismael

    #878528

    Many thanks for your help. I fix (but I do not know how) the bug

    #878901

    Hi,
    That’s good to hear, we will keep this open for now.

    Best regards,
    Mike

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.