• Resolved taylorshain12

    (@taylorshain12)


    I love your theme, I think it’s perfect for my website. This might not be a theme question, but how do you change the text color and the header background color?

    I also want to have a more centered ‘header’?

Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter taylorshain12

    (@taylorshain12)

    I eventually got it to work. I needed to capitalize Landline – I’m still have issues with font color… but I think I can figure it all out…

    Theme Author Design 311

    (@design311)

    Ok. Just a tip, if you want to center something use margin:0 auto;, don’t use margin-left:500px; that will only center it for your screen, it’s not in the center on my screen if that was your intention.

    Thread Starter taylorshain12

    (@taylorshain12)

    ok… Thanks! I am trying to center the header — how should I center it?

    Thread Starter taylorshain12

    (@taylorshain12)

    Not to bombard you with Questions… but how do you get rid of the underline?

    Theme Author Design 311

    (@design311)

    As I said, you have to use margin:0 auto, (left and right auto, adjust others to your liking)

    If the ‘underline‘ is the footer, Landline link then I’m not going to explain you how to remove it because I’d rather want you to keep it there, I’m giving you this theme for free after all.

    Thread Starter taylorshain12

    (@taylorshain12)

    I wasn’t asking about the footer – I’m asking about the underlines on the menu.

    Thanks for designing this theme! This was exactly what I was looking for – something simple for my business. I appreciate all the help you’re giving me – something you’re not at all obligated to do.

    Theme Author Design 311

    (@design311)

    You can use the following in your CSS:

    .menu a {
        text-decoration: none;
    }
    Theme Author Design 311

    (@design311)

    Did you get it to work? ??

    Thread Starter taylorshain12

    (@taylorshain12)

    Hey, I did get it to work!

    Thanks so much for your advice.

    I do have just one more question: On my ‘Videos’ page, how do I get my videos to be arranged in a horizontal pattern as opposed to vertical? https://taylorshainfilms.com/?page_id=37

    I’m hoping to have 4 columns of 3 or 4 videos each column?

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘How to change text and header color’ is closed to new replies.