Viewing 10 replies - 16 through 25 (of 25 total)
  • quinceandmulberrystudios

    (@quinceandmulberrystudios)

    Hi Sunny,

    My apologies!
    https://blog.quinceandmulberrystudios.com.au

    Thank you again

    Plugin Author Sunny Johal

    (@sunny_johal)

    Hi Kate,
    To target the blog titles in your theme create a new font control and put the following in the Add CSS Selectors box:
    .entry-header h1.entry-title a

    Let me know how you get on. Cheers

    Sunny

    quinceandmulberrystudios

    (@quinceandmulberrystudios)

    Thanks Sunny!!
    Is there also a way I can adjust the text in the side widgets to match?
    Many thanks

    quinceandmulberrystudios

    (@quinceandmulberrystudios)

    Sorry, I also hoped to change all the entry headers on my different pages to be that dancing script, is it a different code for this? Thanks

    chanaG

    (@chanag)

    Hi, thanks for taking the time to make a special plugin!
    I am a beginner to WordPress. I tried using your plugin; it worked for a while. Then I made some changes to my theme, and the font went back to the default font.
    Please help! My website is: bekitzurim.com
    I would like to see ALL the text in “Alef”.
    Thanks so much for your help,
    Chana
    PS- I seemed to notice that everything looks great when I see the preview in the Customizer, but the actual website doesn’t show up in “Alef”.

    Thanks for the suggestions. I have followed the instructions and all is working well on my homepage. But my blog post titles on other pages are still following the theme format. How do I fix that? Is there a separate CSS that needs to be added?

    This .entry-header h1.entry-title a works for the homepage, but not others.

    I got the same problem with glbtrekker. The CSS font control only changes my homepage site title, not in other page site title. How can i fix this? Anyone can help ?

    my site is https://www.drianhuang.com and take a look at site title in other pages https://drianhuang.com/category/informasi-kesehatan/

    Thanks

    Plugin Author Sunny Johal

    (@sunny_johal)

    Hi glbtrekker and ianhuang2108,
    The appropriate selector really depends on your theme. That said if .entry-header h1.entry-title a is working for your homepage then just go to the font control and edit the css selector so that it looks like the following:

    .entry-header h1.entry-title a, .entry-header h1.entry-title

    That will target titles with/without links. Cheers

    Sunny

    That worked! Thanks!

    Hi,
    I am trying to get my menu to show the Google Font ‘Sigma One’.

    I have added the Google font and changed settings in in the stylesheet,
    #art-main
    {
    background: #F2F5E5 url(‘images/page.jpeg’) repeat-x scroll;
    background: url(‘images/pageglare.png’) top center no-repeat, url(‘images/page.jpeg’) repeat-x, #F2F5E5;
    margin:0 auto;
    font-size: 18px;
    font-family: Sigma One, Tahoma, Arial, Helvetica, Sans-Serif;
    position: relative;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    cursor:default;
    overflow:hidden;
    }
    table, ul.art-hmenu
    {
    font-size: 13px;
    font-family: Sigma One, Tahoma, Arial, Helvetica, Sans-Serif;
    }

    h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
    {
    margin: 0;
    padding: 0;
    }

    However the menu still has same style, the default horizontal menu.
    Been stuck for a while?

    Can anyone crack this?
    Thanks

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Menu font not changing’ is closed to new replies.