Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need help identifying element on WordPress page!

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #253897
    standupny
    Participant

    I have a new wordpress page within my site. I am using the backend editor to add new elements by rows and columns, however there is a background color that I can’t replace. It isn’t the page background nor the element background, it is the area or margin or padding. I can’t figure it out. The site is http://www.standupny.com/comics-of-new-york/ it is NOT the white area, it is the grayish area boardering the elements. How do I change that color! Help!

    #253902
    Beverleyh
    Participant

    I’m not sure what you’re referring to but the easiest way to identity an element is to right-click it and “inspect” it in the browser (menu options may be called something slightly different depending on which browser you’re using). This will open the developer console. Use the style pane to see what CSS is applied, modify it live in the browser, then transfer your changes to the stylesheet indicated in the same pane. The appropriate CSS selectors will be given too.

    Another less elegant way would be to screen cap the area of colour you’re looking for, and sample it in something like Photoshop. Then search for the hexadecimal colour value in your stylesheet(s). This doesn’t always work (depends on whether named, rgb or hex colours have been used) but often it does.

    The main tool you should learn how to use is the developer console – that’s F12 in most browsers (if not right-clicking to invoke).

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.