Tagged: , , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #499549

    Hello, I would like to use the font ‘Novecento’ for page headings on my site. Is it possible to add the font ‘Novecento’ to the google font options in General Styling?

    Thank you,
    Chandra

    #499573

    Hey KMCCEPC!

    To add new Google Fonts, please see – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    Cheers!
    Yigit

    #499640

    Hi, Thank you for the coding…where would I find the ‘Child theme functions php’? I am a complete notive and only use visual, I have never done any coding before so just wondering where to add it?
    Thanks,
    Chandra

    #499677

    Hey!

    The child theme has to be created first, and the copy any files you want to add / modify things.
    http://kriesi.at/documentation/enfold/using-a-child-theme/

    Here more informations about it

    Best regards,
    Basilis

    #510395

    Hi there,

    Could you tell me how I can change the font link colour? So every time I link some text font, it automatically shows up as a different colour (that I have selected).
    I tried in General Styling and didn’t get anywhere.

    Thank you,
    Chandra

    #510423

    Hey!

    Please insert the below css into your custom css section:

    a {
    	color: #36CDFF !important;
    }

    You can change your link colors globally above and it will apply to static links (not hover).

    Cheers!
    Dake

    #511040

    Hi,

    Thank you it worked great for the links, but it also changed the font colour in the main and side menus. Any way to fix that so it only affects font links within text (and not the menus)?

    Thanks,
    Chandra

    #511094

    Hi!

    Please replace the previous css with this:

    p a {
    	color: #36CDFF !important;
    }
    

    Regards,
    Dake

    #513086

    Hi there,

    Thank you it worked great!
    Is it possible to add a calendar or google map inside a Tab?

    http://test.kadampa.ca/calendar/ (I would like to have a monthly calendar that is connected to google calendar within this tab)
    Is it possible?

    Thank you,
    Chandra

    #513475

    Hey Chandra,

    Please active debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, you can then copy the shortcode for the element you want to put in the tab to see if that works out for you.

    Best regards,
    Rikard

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