Realmac Software

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

Changing RapidBlog Post Heading Size

simoncssimoncs Posts: 9Members
edited April 2012 in HTML, CSS, and Design Help
I want to change the RapidBlog Post Title from the current h1 heading to h2 heading. I am using RapidWeaver 5.2.2, with RapidBlog 2.04 and the Media 3.2 Theme.
I an experienced in both CSS3 and HTML5, but I don't know where to focus my attention (i.e. RapidWeaver, RapidBlog or Media etc)

Any suggestions very welcome.

Simon

Comments

  • BikemanBikeman Posts: 310Members
    edited April 2012
    Try this in the Page Info->Header->CSS tab

    h1.blog-entry-title {font-size:30px;}

    Change the px amount to whatever you like.

    I don't know if this varies with theme or not. If it doesn't work for you, then make sure Enable developer tools is checked in the preferences tab, then select the text of the blog title and right click your mouse. Select "inspect item" and the resulting window will have info on what to replace the h1.blog-entry-title selector with.
  • simoncssimoncs Posts: 9Members
    Hello Bikeman,

    Many thanks for your suggestion. I tried that and I am afraid it doesn't work. I can change most things except font-size.

    Thanks,

    Simon
  • TappoTappo Lago Maggiore - ItalyPosts: 503Members
    Hi Simon,
    asking Will is the better thing.
    (changing pixels dimension is different than changing header priority: H1, H2,H3, ecc.)
Sign In or Register to comment.