Heading (font change or delete) and linked PDF window title

Support Area Forums Moonrise Heading (font change or delete) and linked PDF window title

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://www.sisterofsoul.com.au
  • Author
    Posts
  • #24737
    LeanneKingwell
    Participant

    Hi Bill,

    Couple of questions for your expertise please…

    I would like to change the font for the word “Contact” on the inside page of my site to “Raleway” font… or to delete the word “Contact” completely (as per the home page which I some code found in this forum to delete)

    Also, I have linked the menu to a pdf… but would like the window title to read “Menu : Sister Of Soul” instead of the current window heading which is “http://www.sisterofsoul.com.au/wp-content/uploads/sosnov26-2ppopt.pdf”

    Many Thanks 🙂

    Leanne

    #24738
    LeanneKingwell
    Participant

    Sorry Bill,

    One more question to add to the above…

    How to I increase the line spacing/leading for the “Open” and “Find us” text in the contact section of both the Home page and the inside page please?

    #24741
    Bill Robbins
    Moderator

    Hello Leanne,

    Great questions. Let’s find answers for you:

    Heading Font

    The page titles are made with what are called h1 tags — a type of heading. You can change the font for them. In the customizer (Appearance > Customize in your dashboard) click on the content section and then choose a font for your headings there. There is also an option in the theme options page in the content tab where you can make the change too.


    PDF Title

    What happens here is the browser simply displays the path to the file since it’s not actually a web page but rather a PDF. There is a document on Adobe’s website at http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7c63.w.html that indicates you can set a title inside of the PDF and that may change what’s listed as the title in the browser window. It’s worth a shot.


    Contact Sidebar Titles

    You can change the spacing there. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .address-hours h3 {
      	margin-top: 25px;
      }
      
    3. Update your settings.

    See if that’s the right amount. You can adjust the 25 in the snippet above to a larger or smaller number of pixels until you get the right look.


    If you have any other questions, just let me know.

    Have a great day,
    Bill

    #24817
    LeanneKingwell
    Participant

    Thanks Bill.
    Much appreciated 🙂

    #24819
    Bill Robbins
    Moderator

    Anytime Leanne 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Heading (font change or delete) and linked PDF window title’ is closed to new replies.