• Resolved dleonte

    (@dleonte)


    I have seen this background color change for the flexIDX on some websites such as this one: http://foregolfproperties.com

    I am trying to find out where the code is to change the background on flexIDX on my website:

    http://test.arizonahomegroup.net

    I have looked hi and low in the style sheet testing out changing background colors where I thought they should be changed…but I am stumped.

    I realize they are two different themes…but surely there is similar code in both style sheets.

    Can you help?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Log into your backend and visit the Editor page under the Appearance menu.

    On the right hand side click on style.css

    At the top of the file you should see

    body {
    	background: #912B26;
    	color: #333333;
    	font-size: 12px;
    	font-family: Arial, Tahoma, Verdana;
    	margin: 15px auto 15px;
    	padding: 0;
    	line-height: 20px;
    	}

    Modify background: #912B26; to change the background color of your theme.

    Thread Starter dleonte

    (@dleonte)

    I do not want to change the background color of my theme. I want to change the background color of the widget for flexIDX.

    http://test.arizonahomegroup.net

    Please respond to the question asked.

    Thank you

    dupe: http://wordpress.org/support/topic/add-color-to-widget?replies=2

    for laymen:

    .flexIDXHS_QuickSearch .widget-wrap { background: #123def!important; }

    can be added to any of the stylesheets, anywhere.

    Thread Starter dleonte

    (@dleonte)

    Thanks that worked, however it also changed the color of the frame of the widget. Not entirely what I wanted. Is there a way for me to just to change the background of the widget and leave the frame of all my widgets a different color?

    If I left out the .widget-wrap would that eliminate the change in color to the frame of the widget????

    http://test.arizonahomegroup.net

    Thanks so much.

    i see, frame and background are brown now – i.e. the background is now the color of the frame;

    if you intend the widget to look like the other ones – brown outer frame, a bit of white, innner background brown –
    try this:

    .flexIDXHS_QuickSearch .widget-wrap { background: #F4C015!important; border:10px solid #fff; }

    (only checked in firefos; not in any other browsers)

    Thread Starter dleonte

    (@dleonte)

    Please look at the website again. I have removed the code you suggested. I want the frames of the widgets to be the color they are now (light gray). I want the inside of the Quick Search widget to be a gold color.

    Here’s an example of the effect I am looking for. Please see the Quick Search widget on this website: http://foregolfproperties.com. Notice the #E9E9C0 and where it is used.

    Here’s my website again; http://test.arizonahomegroup.net/

    Thanks again.

    unfortunately, your example link does not help at all, as it has no background color in IE7; and the background color in FF3.6 seems to be coming from the .sidebar h4 style.

    I want the frames of the widgets to be the color they are now (light gray). I want the inside of the Quick Search widget to be a gold color.

    imho, this code is just doing this:

    .flexIDXHS_QuickSearch .widget-wrap { background: #F4C015!important; border:10px solid #fff; }

    however, i can only judge this from using firefox web developer add-on; and there is no guarantee that this always translates into the real world 🙁

    Thread Starter dleonte

    (@dleonte)

    Got it.

    Thanks so much for hanging in there with me.

    you are welcome 😉

    if this is all sorted, please mark this thread as ‘resolved’.

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