Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #752420

    Hi

    Enfold theme have been applied on my website by an enterprise wich have had several problems to do it, they said to me that CSS have not been exported and they have entered CSS manually,
    there still some problems with the CSS, especially with underline (which must seems like handwriting) . I would like the titles of my page are almost the same of this page : http://kriesi.at/themes/enfold-health-coach/portfolio-item/mental-health/

    first word in black not underlined second world blue underline ((handwriting)
    the final text must be in blue underline (handwriting)

    Could you help me ?

    Thank you

    #755031

    Hey sandra1307,

    Sure, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.

    Best regards,
    Nikko

    #756931

    Here !

    thank you

    #757542

    Hi,

    Nikko was asking for login details to be able to access the backend of your WordPress installation, could you post that in private please?

    Best regards,
    Rikard

    #758486

    Oh sorry ! here !

    #761264

    Hi!

    We need the full admin rights so that we can set the theme options. Anyway, if you want the same font as the demo, please go to the General Styling > Fonts panel. Set the Heading Font to “Caveat”.

    Cheers!
    Ismael

    #764126

    Thank you for your answer !
    I prefer the change are linked only with underline because I don’t want all the titles change.

    Now you have full admin rights

    #764529

    Hi,

    Did you try setting the h2 tag to the font you like under Enfold->Advanced Styling?

    Best regards,
    Rikard

    #764558

    Hey!

    If @rikard’s suggestion didn’t work, please add this in the Quick CSS field:

    .av-special-heading-tag u {
        font-family: 'Caveat', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    And the following code in the functions.php file:

    add_action('wp_head','ava_hook_font');
    function ava_hook_font() {
    	$output  = "<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=Caveat:400,700%7COpen+Sans:400,600' type='text/css' media='all'/>\n";
    	echo $output;
    }

    Best regards,
    Ismael

    #764711

    Hello

    I was “frightened” to change the h2, finally, I found the “u” in enfold’s setting and i’ve changed the settings only on “u” and it works as i want

    Thanks for your help :-)

    #765177

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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