CSS issues

I tried to use these
examples to customize my elements but nothing work.

CSS:
.fb_el_search_form___arrival_date_cal  {
    border: 1px solid blue;
    padding: 20px;
}

#$form #group25 > ul {
  border: 1px solid red;
}

.fb_el_search_form___arrival_date input {
    border: 1px solid red;
}
.fb_el_search_form___arrival_date_cal input {
    border: 1px solid red;
}
.fb_el_search_form___arrival_date_cal {
    border: 1px solid red;
}

.fb_el_search_form___arrival_date{
    border: 1px solid red;
}

.fb_el_search_form___duration input {
    border: 1px solid red;
}

#$form #search_form___arrival_date input {
    border: 1px solid red;
}
#$form #search_form___arrival_date_cal input {
    border: 1px solid red;
}
At whole I want to get such result.

search form.PNG
 
Last edited:
just for future refernce, Standard support has a 3 day response time. If you need "same day", Pro may be what you need.

That said, I'll need to see the page. And as per the other thread, I no longer see anything in your My Sites.

-- hugh
 
Your ...form/tmpl/Bootstrap_lmb_form/custom_css.php is loaded empty.
So it looks like you have a syntax error in it.
 
How did you check that custom_css.php is empty? Where I should check in order to fix it.
I put code here. What I check also? May be there are some system settings?
CSS:
echo <<<EOT



/* BEGIN - Your CSS styling starts here */

.fb_el_search_form___duration input {
    border: 1px solid red;
}


#$form .foobar {
    display: none;
}

#form_123 .foobar, #form_123_$rowid .foobar {
    display: none;
}

/* END - Your CSS styling ends here */

EOT;
 
It seems that I understand the root of the problem. On my site not Protostar theme. That is why bootstrap not work properly. What I should do in my current theme in order use custom_php.css in custom template.
 
Current theme support just Bootstrap 3. And there is not support of B2. Is it anyway without changing the theme to customize form?
 
That's because your server is throwing a 404 error (not found) for your template.css and custom_css.php.

Open your site in Chrome, ctrl-shift-I to open dev tools, reload the page, and you'll see those errors.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top