Forums

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

Home Forums CSS [Solved] Color change of a single text-box

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

    Hi

    On this webpage (http://klauber.dk/wptest1/?page_id=38) I need to change the background color of text box labeled “Share my page” from black to red.

    Tried (among others) the following in my custom css-file:

    #content .widget-title, #supplementary .widget-title {
    background-color: red;
    }

    However, that will change the color to red for all 3 boxes.
    How do I specify that in the css file that it I only the “Share on my page” that needs a color-change?

    Cheers
    /j

    #208094
    jonz2
    Participant

    Thanx, that did the trick.
    Know that the info about elements can be found using e.g. Chrome inspect element – I just don’t get the notation….but I’m working on it ;-)

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