Jump to content
Sign in to follow this  
raydom

White House - Pics below the Header

Recommended Posts

raydom

How can I display pics between the header bar and the title. Using a page and the standard template.

Share this post


Link to post
Share on other sites
Andrew

Can you clarify a little more? its hard to understand what you want from your question.

Share this post


Link to post
Share on other sites
raydom

Hello, what I want is to display some small pictures below the blue menu bar and above the article title. Just like the content sidebar below I need one above the article and below the blue menu bar.

Share this post


Link to post
Share on other sites
raydom

Hello, changed the title inside _pagecontent.php from h3 to h1 (seo standard) and have of course the font too big. What would be the statement to leave the title h1 but make the font smaller like h3. Ray

Share this post


Link to post
Share on other sites
Andrew
what I want is to display some small pictures below the blue menu bar and above the article title. Just like the content sidebar below I need one above the article and below the blue menu bar.
To do this you would edit '_posts.php'. This is the file that controls your posts on all your pages.
changed the title inside _pagecontent.php from h3 to h1 (seo standard) and have of course the font too big. What would be the statement to leave the title h1 but make the font smaller like h3
Add custom css.. something like:
.pagetitle{font-size: 15px}

Share this post


Link to post
Share on other sites
raydom

Hello, thank you for the tips. Do you have a suggestion where I can find out more about "custom.css" and how to use it with yout template? Thanks Ray

Share this post


Link to post
Share on other sites
Andrew

We will be adding something in the near future. But we recommend using the 'inspect' function on Firebug for Firefox to identify elements and their CSS. Then to take the element name and attribute you'd like to modify and enter it into the custom css option.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×