changes in the homescreen
Brought to you by:
jberanek
hi
I have attached the two images below.
I wan to design the page like mentioned in image "expected" .please suggest
1: Where to change the back ground color of header and the body
You will need to create a custom CSS file (see systemdefaults.inc.php for details of how) and add your own rules that will override the standard rules.
Hi Sir,
Thanks for the update.
But why the colors chenages in syling.inc not reflecting in application .
Last edit: Campbell Morrison 2017-12-08
I have updated the color variable with the new one as whon below, however
the changes could not reflect in the application. Can you please suggest
where exaclty the changes required?
$header_font_color = "#ffffff"; this is the default color
defined in mrbs application
$header_font_color = "#4a2849"; this one new color
Last edit: Campbell Morrison 2017-12-08
The CSS files are cached so you will need to clear your browser's cache before you see the change.
Thank you , able to see the changes after clearing the catche.
Can you please clarify the below .
left side , but i want to move the position to midlle.
room, report and login to sub header.
please suggest me the changes
Last edit: Campbell Morrison 2017-12-10
Sorry, maybe somebody else can help you with these changes as I am afraid I don't have time. But, to point you in the right direction:
(1) You should be able to do this with CSS alone by applying a custom CSS rule, eg
(2) This is more complicated as you'll probably need to change the markup by editing Themes/default/header.inc.
Thanks for the update. I ll make the changes as suggested above. Can you
please tell me which css file need to be updated inorder to move the log in
to middle of the page. Please advice
Last edit: Campbell Morrison 2017-12-11
You will need to create a custom CSS file as already described above.