Realmac Software

Welcome to the RapidWeaver Community Forums, where you can chat with RapidWeaver users from around the world!

Headline 1 in Cake theme

davidbdavidb Posts: 11Members
Hello, I may be missing something really fundamental, but is there any way I can change the headline font in a styled text page from Museo Slab?
I simply can't see an option to change it... am I looking past it?
Maybe there's a snippet I can use?
Any help appreciated!
Thanks

Comments

  • Rusty WoodRusty Wood LondonPosts: 583Members
    Hi not sure if I'm on the same page??

    Do you mean the Site Title Font ?

    Rusty
    Screen Shot 2012-04-20 at 20.11.13.png
    771 x 543 - 129K
  • davidbdavidb Posts: 11Members
    Hi

    No, what I mean is in a styled page, the H1 styled text.

    Thanks
  • Rusty WoodRusty Wood LondonPosts: 583Members
    OK just target you h1.. with something like this..
    h1 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 200;
    }
    

    Is that what you mean ??

    Rusty
    Screen Shot 2012-04-20 at 20.53.58.png
    1049 x 457 - 145K
  • davidbdavidb Posts: 11Members
    That worked great thanks - very much appreciated - How do I find out how to make alterations like this?
    I have another issue with this theme as I explore further.
    I'd like to use georgia as the body font (it's one of the options) but when I select that option, it stays as a sans serif font (Lucida Grande?)
  • Rusty WoodRusty Wood LondonPosts: 583Members
    Hi that's good news!!

    In preferences make sure you have "Enable Web Developer Tools" checked then in preview right click on what you want to inspect and select Inspect Element... this shows you the code applied to the site and should highlight the area you want to inspect.

    see pics

    hope this helps

    Rusty
    Screen Shot 2012-04-21 at 17.25.11.png
    502 x 401 - 60K
    Screen Shot 2012-04-21 at 17.28.29.png
    1735 x 796 - 197K
  • Rusty WoodRusty Wood LondonPosts: 583Members
    I don't seem to be having the same problem with the body font though ??

    Rusty
    Screen Shot 2012-04-21 at 17.24.15.png
    1171 x 519 - 166K
  • davidbdavidb Posts: 11Members
    Hi. I think I may have upset the theme/cold somehow by experimenting with the CSS for H1 because when I closed the experiment and started again - it was fine. I guess you find out a lot through experimentation.
    I tried your advice and enabled web developer tools. I see what you mean thanks.
    I was trying to find out how I may change the vertical nav blocks from grey to say red and their white state to blue? Any ideas people?
    I'm creating a site for a nursery so the colours need to be bright, primary colours

    Thanks
  • Rusty WoodRusty Wood LondonPosts: 583Members
    Hi David

    That's not so easy, as the menu is made up of sprite images.. it can be done but this does mean going into the theme contents opening the images-navigation-folder and then creating another sprite of your colour choosing.. in photoshop or another image app. Please see attached pic, I could send this over to you if you like !!

    You can however change the navigation text colour using CSS though..
    nav > ul > li > a:link, nav > ul > li > a:visited {
    color: #fff;
    }
    
    nav>ul>li>a:hover  {
        color: #F4AC31;
    }
    

    hope this helps

    Rusty

    Screen Shot 2012-04-25 at 19.15.39.png
    345 x 287 - 48K
  • davidbdavidb Posts: 11Members
    Thanks Rusty, thats a great help. Cheers!

Leave a Comment

bolditalicunderlinestrikecodeimageurlquotespoiler