• Hi All,

    More newbie questions coming your way…

    I have a WordPress template “sophisticated blue” that I am using to learn from and am trying to really rip it apart and change it. I am using WordPress to create a website more than a blog.

    This theme has a centered portion for content and around the sides and background is all black. I want to change that color and am looking at the CSS style sheets , but I am in the dark as to where to find it.

    Any hints?

    Thanks,

    Eugene

Viewing 2 replies - 1 through 2 (of 2 total)
  • A link would let us find it quicker.

    Typically, in the CSS, you can look for something that might look like:
    body { background:#000000; }
    (or possibly rgb values)

    On some browsers you can right click on the background and select “inspect element”.

    A better option for learning about styling WordPress is to install firebug. This way, you can see all the classes and id’s of anything on the page and where it originates from in the css files.

    Many Wp styles are dynamically added so they are not always present in the main template file.

    Thread Starter eliscio

    (@eliscio)

    Here is the link

    https://ai2-3d.com/WordPress/

    What I would like to do is remove the main area that is normally used for blogging and replace it with a text field that I can simply write what I need and add links to photos and posisbly video.

    Is there anything like a WYSIWYG editor for PHP? This is all new to me and I only have a simple understanding of most html.

    Thanks!

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