Tagged: CSS
-
AuthorPosts
-
February 27, 2017 at 6:29 pm #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
March 3, 2017 at 1:33 pm #755031Hey 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,
NikkoMarch 7, 2017 at 12:30 pm #756931Here !
thank you
March 8, 2017 at 7:55 am #757542Hi,
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,
RikardMarch 9, 2017 at 6:10 pm #758486Oh sorry ! here !
March 15, 2017 at 10:26 am #761264Hi!
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!
IsmaelMarch 21, 2017 at 11:45 am #764126Thank 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
March 22, 2017 at 5:18 am #764529Hi,
Did you try setting the h2 tag to the font you like under Enfold->Advanced Styling?
Best regards,
RikardMarch 22, 2017 at 6:10 am #764558Hey!
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,
IsmaelMarch 22, 2017 at 11:21 am #764711Hello
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 :-)
March 23, 2017 at 6:52 am #765177 -
AuthorPosts
- You must be logged in to reply to this topic.