Basic image viewer

simba / 2014-03-15 21:14:49   

Hi!

I'm pretty new here and all I need is showing my images in basic format like these:
jendavisphoto.com/…

My site is: kaydeanobile.com

I also want to write my name on the left in diffrent format if is possible.

I appreciate all of your answers and guidelines for a beginner:)

Thank you!

arsondpi / 2014-03-15 21:35:00   

Hello!

1. Find and use the Slideshow format found in the Customize section.
2. simply add a "#index h1 a" css class in your style.css. For example:

  1. #index h1 a { font-size: 24px; color: pink; }
simba / 2014-03-17 11:20:07   

I added it and nothing changed..

arsondpi / 2014-03-17 12:06:18   

There's a few reasons why:
- This is a Legacy version site and I got confused because this thread is marked as a Version 2 site.
- because the html does not correspond to the css rule.
- And I can't see the css rule I posted above anywhere in your style.css file.

You need to add in your style.css

  1. #menu h1 a  { color: pink; font-size: 26px; }

and then in your pre-nav text

  1. <h1><a href="/">Jen Davis</a></h1>

This thread has been closed, thank you.