Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter raytherambler

    (@raytherambler)

    Also, the images are all messed up. Scroll down the page and you’ll see they are not aligned as a small thumbnail. Also the last page of the slider is just blank.

    I need to have the entire website ready for Friday so any help is appreciated 🙂

    Theme Author alex27

    (@alex27)

    Hello!

    I recently created a simple documentation on theme customization. Please not that some CSS knowledge is needed for this.

    Regarding the images – there is a small CSS bug in the theme. This requires to actually edit style.css (only as an exception, as I’ll be fixing this in the future). Find this bit:

    img {
    max-width: 100%;
    height: auto;
    width: auto;
    }

    and remove width:auto;

    Thread Starter raytherambler

    (@raytherambler)

    Hi,what section is this under? There’s so much! lol

    Theme Author alex27

    (@alex27)

    If you don’t have much experience with CSS you should read through it all. You’ll be much better off in the long run, if you understand what you’re doing.

    Thread Starter raytherambler

    (@raytherambler)

    Hi, I really love your theme but the coding is really hard! lol.

    I’m getting the hang of it and I’ve changed a few things, size of fonts, width spaces etc.. but I just can’t find how the part to change the font color from greyish to white and the header too.

    Theme Author alex27

    (@alex27)

    Did you read through this tutorial? There’s an example on how to change font color.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Font Color, Header Image’ is closed to new replies.