• Resolved cmebd

    (@cmebd)


    I installed Ever After initially and then when looking around to see how I could change font(s) I noticed the masthead mentioned that Forever was require (which I have uploaded now).

    First question, based on what I think i have understood from the codes:
    I did not see any forever-child in the files. Is this required to connect the two?

    Additionally I would like to change the fonts but wanted to make sure that I would wreck something if I included some Google fonts. Also some guidance as to what js file I should use if that is the best way to include the fonts I want. (Understand that I would have to do some css changes after).

    TIA

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes, theme two themes are interconnected. Parent and Child.
    You need both theme to be uploaded in /wp-content/themes/ directory. Which, I think, you already have it.

    To change font, you need to do CSS customization.
    If you want to use Google Web font :
    Import the font you want using <link rel='stylesheet' id='everafter-pacifico-css' href='https://fonts.googleapis.com/css?family=Pacifico&ver=3.6-beta3-24260' type='text/css' media='all' /> in your stylesheet.
    NOTE: Change the above mentioned link to desired font link.

    and then define the font in desired selector. To identify selector, use Firebug (Get Firebug).

    else : Use font-face property, https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

    Thread Starter cmebd

    (@cmebd)

    Thank you for that. It is very much appreciated and extremely helpful.

    Cheers

    Thread Starter cmebd

    (@cmebd)

    Sorry – me again.

    Another question re fonts. I want to enhance the pacifico font to have a

    effect=shadow-multiple

    effect. Where would I go to add this effect to that particular font please?

    I have looked through the files css, header.php(forever) and others but could not find where to place the call on google for this particular font. I could include in the linked css for

    ever after

    , but thouht if the font was already loaded then it would be better to add the function rather than re-load the font.

    TIA

    Please try Firebug (Get Firebug) and follow this guide for finding and changing right selector.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Real Newbie Question re connect between EverAfter and Forever?’ is closed to new replies.