• Resolved LeRobShow

    (@lerobshow)


    Hi everyone,

    My blog is: https://cuisinethailande.com/

    I feel like it’s way too white and i’m trying to change some things but i can’t seem to find out how. Basically, i’m trying to change the background color of the youtube video/’Bienvenue sur Cuisine Thailande’ area to a lighter gray so the blog can have some color.

    I’m a bit lost since i really don’t know how/what can i change to make it more colorful.

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Appearance > Theme Options > CSS Styles

    Paste this code in the box:

    #featured {
        background-color: #ccc;
    }

    Thread Starter LeRobShow

    (@lerobshow)

    Thanks alot it’s working!

    Also, if you don’t mind, do you have any advices (or anything) that could help me on how to make this more colorful? ;o

    Thread Starter LeRobShow

    (@lerobshow)

    And (sorry i forgot to ask) do you know how can i change the gray text to, let’s say black?

    Thanks for the help, much appreciated.

    I have tons of ideas, but I can’t do them for you against forum rules.

    Keep up the good work it’s looking good!

    Please mark as resolved if this has answered your question.

    Thanks

    Which font? The font in the same section we just edited?

    Thread Starter LeRobShow

    (@lerobshow)

    Ok i understand, it did but can i ask you one last question or do i have to create another topic for it?

    If i can:

    How can i change the gray text for black one? (in the same area)

    if i can’t, i’ll create another topic for that.

    Thanks for the answer, you helped me.

    Sure, delete the old code I gave and add this one instead.

    #featured {
        background-color: #ccc;
        color: #000;
    }
    Thread Starter LeRobShow

    (@lerobshow)

    Thanks for your time and your answers.

    No problem come back anytime for help

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Change header background color’ is closed to new replies.