Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author bemoore

    (@bemoore)

    Try this in the style.css file in your theme (or if there is a custom.css file, or an area to put in css, put it there instead):

    div.bemoazindex a {
    font-family: “Helvetica”;
    }

    Thread Starter Callab

    (@callab)

    Thanks bemoore. I added the code you suggested to my child theme style.css and no change :/ Any other ideas!? ??

    Thread Starter Callab

    (@callab)

    Here is my site and the page using this index plugin if that helps!

    https://learn.tacomacc.edu/index/

    Thread Starter Callab

    (@callab)

    I figured it out!! I used firebug to look at the code and test changes temporarily and I found that the following code is what I needed to make the change ??

    @media screen and (min-width: 981px) {
    tt, var, pre, kbd, samp, code {
    font-family: helvetica;
    font-style: normal;
    }
    }

    Yay, I’m proud of myself being so new to this stuff, haha. Thanks all

    Plugin Author bemoore

    (@bemoore)

    Cool !

    Hi Bemoore I was trying this plugin for one of my clients thankyou
    but I changed
    $base_url = get_permalink(get_the_ID());
    to
    $base_url = get_site_url();

    than added a slash before index.php as
    $href = $base_url.'/index.php?bemoazindex='.$letter[$i];

    because after clicking on any alphabetic item allways it was esnding me to the single page of the newest post.

    Thankyou for plugin

    Plugin Author bemoore

    (@bemoore)

    Thanks ALBCODERS, I’ve changed it now so that it doesn’t do that anymore.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change font?’ is closed to new replies.